[polypaudio-commits] r958 - /trunk/configure.ac
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Wed May 24 06:22:17 PDT 2006
Author: ossman
Date: Wed May 24 15:22:16 2006
New Revision: 958
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=958&root=polypaudio&view=rev
Log:
Remove the exceedingly anal warnings. It's impossible to write a non-trivial
C program and not trigger these.
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/configure.ac?rev=958&root=polypaudio&r1=957&r2=958&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed May 24 15:22:16 2006
@@ -87,7 +87,7 @@
# We use gnu99 instead of c99 because many have interpreted the standard
# in a way that int64_t isn't defined on non-64 bit platforms.
- DESIRED_FLAGS="-std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter"
+ DESIRED_FLAGS="-std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter"
for flag in $DESIRED_FLAGS ; do
AC_MSG_CHECKING([whether $CC accepts $flag])
More information about the pulseaudio-commits
mailing list