Merge "configure: test for -Wfloat-conversion"

This commit is contained in:
James Zern 2016-07-25 19:47:37 +00:00 committed by Gerrit Code Review
commit 82070ae939

1
configure vendored
View File

@ -571,6 +571,7 @@ process_toolchain() {
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