Skip to content
Snippets Groups Projects
Commit 0856bdbd authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Add '-Wunused-variable' ot the ICC list of flags

parent 2ab6071b
Branches
Tags
No related merge requests found
......@@ -469,7 +469,7 @@ if test "$enable_warn" != "no"; then
CFLAGS="$CFLAGS -Wall"
;;
intel)
CFLAGS="$CFLAGS -w2"
CFLAGS="$CFLAGS -w2 -Wunused-variable"
;;
*)
AX_CFLAGS_WARN_ALL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment