Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
0856bdbd
Commit
0856bdbd
authored
Aug 11, 2016
by
Matthieu Schaller
Browse files
Add '-Wunused-variable' ot the ICC list of flags
parent
2ab6071b
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
0856bdbd
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment