shithub: libvpx

Download patch

ref: 82070ae9393b1e79559d81fcf1aa89c2e4aa58ee
parent: 5c0f5cdda8b2700d05dcf4b3b9df0b6cd637e89c
parent: 889ed5b158fc280927f2de9172d48245c3b735a7
author: James Zern <[email protected]>
date: Mon Jul 25 15:47:37 EDT 2016

Merge "configure: test for -Wfloat-conversion"

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