Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
2440a415
Commit
2440a415
authored
Mar 24, 2014
by
Matthias Braun
Browse files
add -Wunreachable-code to QUICKCHECK flags
parent
e21a34ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
2440a415
...
...
@@ -145,7 +145,7 @@ $(libfirm_dll): $(libfirm_OBJECTS)
# Determine if we can use cparser-beta for quickcheck
QUICKCHECK_DEFAULT
:=
$(
shell
which cparser-beta
||
echo true
)
-fsyntax-only
QUICKCHECK
?=
$(QUICKCHECK_DEFAULT)
QUICKCHECK_FLAGS
?=
-m32
-Wno-compat-option
-Wno-shadow
-Wno-shadow-local
QUICKCHECK_FLAGS
?=
-m32
-Wno-compat-option
-Wno-shadow
-Wno-shadow-local
-Wunreachable-code
$(builddir)/%.o
:
%.c $(IR_SPEC_GENERATED_INCLUDES)
@
echo
CC
$@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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