added -Wno-unused-value
authorkramm <kramm>
Sat, 13 Jan 2007 17:32:38 +0000 (17:32 +0000)
committerkramm <kramm>
Sat, 13 Jan 2007 17:32:38 +0000 (17:32 +0000)
configure.in

index 22d9c92..bc96ec5 100644 (file)
@@ -21,7 +21,7 @@ AC_ARG_ENABLE(lame,
 [  --disable-lame          don't compile any L.A.M.E. mp3 encoding code in], DISABLE_LAME=true)
 
 PACKAGE=swftools
-VERSION=2006-12-02-1537
+VERSION=2007-01-10-2008
 
 
 # ------------------------------------------------------------------
@@ -31,7 +31,7 @@ if test "x${srcdir}" != "x."; then
     exit 1
 fi
 
-WARNINGS="-Wparentheses -Wimplicit -Wreturn-type"
+WARNINGS="-Wparentheses -Wimplicit -Wreturn-type -Wno-unused-value"
 if test "x$ENABLE_WARNINGS" '!=' "x";then
     WARNINGS="-Wall -Wno-unused -Wno-format -Wno-redundant-decls"
 fi