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 693335 - build: fix dtrace-related warnings
build: fix dtrace-related warnings
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: build
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-02-07 15:07 UTC by Dan Winship
Modified: 2013-08-17 15:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: fix dtrace-related warnings (2.77 KB, patch)
2013-02-07 15:07 UTC, Dan Winship
committed Details | Review

Description Dan Winship 2013-02-07 15:07:18 UTC
Fix the warnings when compiling and linking the probes files by
calling dtrace with all the -W flags removed from CFLAGS (since dtrace
generates bad C code), and with CC set to "libtool --mode=compile ..."
(so that it will output a proper .lo file and libtool won't warn when
linking it into the .la).
Comment 1 Dan Winship 2013-02-07 15:07:20 UTC
Created attachment 235415 [details] [review]
build: fix dtrace-related warnings