X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure.in;h=bc96ec5be4073236d62dd8f59cfe1f84cff03825;hp=22d9c92dfcb33b38bbc64f4c0807570b10273bce;hb=e04ea2c4d776fe9190252a8fd2a3ba41fb57dc92;hpb=15771c177b875ca1f233e8aa725283ce1a559091 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