From: kramm Date: Sat, 13 Jan 2007 17:32:38 +0000 (+0000) Subject: added -Wno-unused-value X-Git-Tag: release-0-8-0~46 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=e04ea2c4d776fe9190252a8fd2a3ba41fb57dc92 added -Wno-unused-value --- 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