projects
/
project
/
uci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60c0c8e
)
add -Wno-unused and -Werror
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 19 Jan 2008 18:43:58 +0000
(19:43 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 19 Jan 2008 18:43:58 +0000
(19:43 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 3b69678ba692c115dcada1416d5217b7a020d282..dc304fc9cd4aa1e085a2721c21eea57aa8c266d8 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,5
+1,5
@@
CC=gcc
-CFLAGS=-O2 -Wall -pedantic -std=gnu99
+CFLAGS=-O2 -Wall -pedantic -std=gnu99
-Wno-unused -Werror
all: parsetest
parsetest: libuci.o test.o