X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=bc96ec5be4073236d62dd8f59cfe1f84cff03825;hb=51b0cb1e76475df853a3e9c8c8430fff9b971ab3;hp=22d9c92dfcb33b38bbc64f4c0807570b10273bce;hpb=ccec950c0c9c79e62473816c72b3e27be98567c8;p=swftools.git diff --git a/configure.in b/configure.in index 22d9c92..bc96ec5 100644 --- a/configure.in +++ b/configure.in @@ -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