[Gstreamer-bugs] [Bug 89622] Changed - [BUILD] -Wall and -Werror break non gcc compilers

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Fri Dec 6 02:57:46 PST 2002


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=89622

Changed by uraeus at linuxrising.org.

--- shadow/89622	Sat Nov 30 14:18:16 2002
+++ shadow/89622.tmp.9103	Fri Dec  6 05:57:46 2002
@@ -145,6 +145,13 @@
 I'm not sure that is a good solution - it will just mean that whenever 
 somebody goes to compile with a compiler that is not gcc they will need 
 yet another workaround. Compiler / environment specific flags should
 only be set if you know that the result is going to be valid.
 
 
+
+------- Additional Comments From Uraeus at linuxrising.org  2002-12-06 05:57 -------
+I guess the question here is if -Wall and -Werror can be assumed to
+exist in most C compilers or not. If it is just gcc and a few others I
+guess checking for gcc is the solution. However if -Wall and -Werror
+exist in most C compilers except Forte and a few others I guess
+checking for Forte is the right solution.





More information about the Gstreamer-bugs mailing list