GNOME Bugzilla – Bug 693335
build: fix dtrace-related warnings
Last modified: 2013-08-17 15:58:46 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).
Created attachment 235415 [details] [review] build: fix dtrace-related warnings