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 613668 - Enable -Wundef
Enable -Wundef
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-23 08:34 UTC by LRN
Modified: 2012-06-16 11:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description LRN 2010-03-23 08:34:44 UTC
The only headers that had this ( http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=1cd74f1e4045e991d4c14125c989999a0e1af226 ) problem so far are 2 files from Windows PSDK which have to be copied from said SDK manually anyway (because the whole SDK doesn't work well with GCC/MinGW), so there is no reason not to fix them (which i did). And that only due to lack of some declarations in MinGW headers (which can and will be fixed someday).
Comment 1 Benjamin Otte (Company) 2010-03-23 14:31:35 UTC
As said on IRC, I'm very careful to not trigger warnings from bad headers. Warning flags should make the lives of people easier, not harder. So until the headers is fixed upstream (read: by mingw) I guess it's best to leave that warning disabled, so other people that try to compile for Windows don't need to fix their headers.

And -Wundef is not very important, it's just nice to have.
Comment 2 Tim-Philipp Müller 2012-06-16 11:37:00 UTC
WONTFIXing as per comment #1.