shithub: libvpx

Download patch

ref: 27c2185954c7957bdfcd87fbd3667b686728158c
parent: 4f9d852759ceca15c16f9ffed96c08d4b427f40b
author: James Zern <jzern@google.com>
date: Thu Jun 15 12:05:20 EDT 2017

configure: test for -Wparentheses-equality

Change-Id: I36de79c58461907deaea70d6131da9119bc0bc69

--- a/configure
+++ b/configure
@@ -579,6 +579,7 @@
         check_add_cflags -Wdeclaration-after-statement
         check_add_cflags -Wdisabled-optimization
         check_add_cflags -Wfloat-conversion
+        check_add_cflags -Wparentheses-equality
         check_add_cflags -Wpointer-arith
         check_add_cflags -Wtype-limits
         check_add_cflags -Wcast-qual