After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 747870 - Silence clang's -Wunknown-attribute
Silence clang's -Wunknown-attribute
Status: RESOLVED FIXED
Product: libxml2
Classification: Platform
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-14 18:53 UTC by Michael Catanzaro
Modified: 2015-04-26 21:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Silence clang's -Wunknown-attribute (1004 bytes, patch)
2015-04-14 18:53 UTC, Michael Catanzaro
committed Details | Review

Description Michael Catanzaro 2015-04-14 18:53:24 UTC
This stupid warning is super annoying :(

We might turn it off in our project regardless, but it'd be good to avoid it.
Comment 1 Michael Catanzaro 2015-04-14 18:53:27 UTC
Created attachment 301570 [details] [review]
Silence clang's -Wunknown-attribute

Clang doesn't have perfect feature compatibility with GCC,
unfortunately.
Comment 2 Michael Catanzaro 2015-04-26 21:09:09 UTC
Attachment 301570 [details] pushed as b02a167 - Silence clang's -Wunknown-attribute