summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2011-02-04 11:51:21 -0500
committerJohn Koleszar <jkoleszar@google.com>2011-02-04 11:53:11 -0500
commitb601eb8cda3d3dec197b569aa86773dfee7d0062 (patch)
tree55ad219fad2f9a808f6456a22694d8a3ea7f47b8
parent6bf7e2cc3777921477024bf4ed28fde28f02ca07 (diff)
downloadlibvpx-b601eb8cda3d3dec197b569aa86773dfee7d0062.tar
libvpx-b601eb8cda3d3dec197b569aa86773dfee7d0062.tar.gz
libvpx-b601eb8cda3d3dec197b569aa86773dfee7d0062.tar.bz2
libvpx-b601eb8cda3d3dec197b569aa86773dfee7d0062.zip
configure: enable unused variable warnings
Only suppress unused function warnings, rather than supprressing all unused-* warnings. Unused functions can still be seen with --enable-extra-warnings. Change-Id: Ibca20d859dbffedd76bd082ffe0fa685c3ac198e
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ed1990607..ca7affa55 100755
--- a/configure
+++ b/configure
@@ -493,7 +493,7 @@ process_toolchain() {
check_add_cflags -Wpointer-arith
check_add_cflags -Wtype-limits
check_add_cflags -Wcast-qual
- enabled extra_warnings || check_add_cflags -Wno-unused
+ enabled extra_warnings || check_add_cflags -Wno-unused-function
fi
if enabled icc; then