Skip to content
Snippets Groups Projects
Commit b869de98 authored by James Zern's avatar James Zern Committed by Gerrit Code Review
Browse files

Merge "configure: test for -Wfloat-conversion" into nextgenv2

parents dd2edd0a a9d98483
No related branches found
No related tags found
2 merge requests!6Rav1e 11 yushin 1,!3Rav1e 10 yushin
......@@ -586,6 +586,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment