projects
/
libbear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
599e6ff
)
added -Wshadow
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Tue, 1 Sep 2009 01:11:27 +0000
(21:11 -0400)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Tue, 1 Sep 2009 01:11:27 +0000
(21:11 -0400)
vars.mk
patch
|
blob
|
blame
|
history
diff --git
a/vars.mk
b/vars.mk
index
c6f3181
..
c7a4664
100644
(file)
--- a/
vars.mk
+++ b/
vars.mk
@@
-24,7
+24,7
@@
endif
T_OPTFLAGS := -O2
T_DBGFLAGS := -ggdb
T_PRFFLAGS := ${T_DBGFLAGS} -pg
-T_WARFLAGS := -Wall -Wextra -pedantic -ansi
+T_WARFLAGS := -Wall -Wextra -pedantic -ansi
-Wshadow
G_CXXFLAGS := ${T_WARFLAGS}
ifeq (${G_BUILD},${B_DEBUG})