projects
/
adu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6bc61f
)
Re-activate -Wuninitialized.
author
Andre Noll
<maan@systemlinux.org>
Fri, 20 Jun 2008 13:23:14 +0000
(15:23 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Fri, 20 Jun 2008 13:23:14 +0000
(15:23 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
2429a67
..
014b290
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-4,9
+4,9
@@
version := 0.0.2
DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
DEBUG_CPPFLAGS += -Wredundant-decls
-
#
CPPFLAGS += -Os
+CPPFLAGS += -Os
CPPFLAGS += -Wall
-
#
CPPFLAGS += -Wuninitialized
+CPPFLAGS += -Wuninitialized
CPPFLAGS += -Wchar-subscripts
CPPFLAGS += -Wformat-security
CPPFLAGS += -Werror-implicit-function-declaration