shithub: libvpx

Download patch

ref: 49c31dc2b4066f157c8a01808daee50b3a9ef5f9
parent: 4be062bbc3466cfd542a7485f5a2a8eadac4f24e
parent: b601eb8cda3d3dec197b569aa86773dfee7d0062
author: John Koleszar <jkoleszar@google.com>
date: Tue Mar 29 03:38:04 EDT 2011

Merge "configure: enable unused variable warnings"

--- a/configure
+++ b/configure
@@ -486,7 +486,7 @@
         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