Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
00b938cf
Commit
00b938cf
authored
Mar 22, 2013
by
Matthias Braun
Browse files
disable -Wshadow
parent
ad16256a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
00b938cf
...
...
@@ -162,10 +162,11 @@ $(libfirm_dll): $(libfirm_OBJECTS)
UNUSED
:=
$(
shell
mkdir
-p
$
(
libfirm_DIRS:%
=
$(builddir)
/%
))
# Determine if we can use cparser-beta for quickcheck
QUICKCHECK
?=
$(
shell
which cparser-beta
||
echo true
)
-fsyntax-only
QUICKCHECK_FLAGS
?=
-Wno-shadow
-Wno-shadow-local
$(builddir)/%.o
:
%.c $(IR_SPEC_GENERATED_FILES) config.h
@
echo
CC
$@
$(Q)$(QUICKCHECK)
$(CFLAGS)
$(CPPFLAGS)
$(libfirm_CPPFLAGS)
$<
$(Q)$(QUICKCHECK)
$(CFLAGS)
$(CPPFLAGS)
$(libfirm_CPPFLAGS)
$(QUICKCHECK_FLAGS)
$<
$(Q)$(CC)
$(CFLAGS)
$(CPPFLAGS)
$(libfirm_CPPFLAGS)
-MMD
-c
-o
$@
$<
$(docdir)/libfirm.tag
:
$(IR_SPEC_GENERATED_FILES) Doxyfile $(wildcard include/libfirm/*.h) $(wildcard include/libfirm/adt/*.h)
...
...
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