Commit b601eb8c authored by John Koleszar's avatar John Koleszar
Browse files

configure: enable unused variable warnings

Only suppress unused function warnings, rather than supprressing all
unused-* warnings. Unused functions can still be seen with
--enable-extra-warnings.

Change-Id: Ibca20d859dbffedd76bd082ffe0fa685c3ac198e
Showing with 1 addition and 1 deletion
...@@ -493,7 +493,7 @@ process_toolchain() { ...@@ -493,7 +493,7 @@ process_toolchain() {
check_add_cflags -Wpointer-arith check_add_cflags -Wpointer-arith
check_add_cflags -Wtype-limits check_add_cflags -Wtype-limits
check_add_cflags -Wcast-qual check_add_cflags -Wcast-qual
enabled extra_warnings || check_add_cflags -Wno-unused enabled extra_warnings || check_add_cflags -Wno-unused-function
fi fi
if enabled icc; then if enabled icc; then
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment