projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
348452c
)
add format string warnings
author
bodea
<bodea>
Thu, 13 Jan 2005 07:59:52 +0000
(07:59 +0000)
committer
bodea
<bodea>
Thu, 13 Jan 2005 07:59:52 +0000
(07:59 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
0bff86f
..
c0cfce8
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-23,7
+23,7
@@
CC = gcc
LD = gcc
INCLUDES = -I.
CPPFLAGS = $(INCLUDES) $(DEFINES)
-CFLAGS = -Wall $(OPTIM)
+CFLAGS = -Wall
-Wformat-security -Wno-format-zero-length
$(OPTIM)
LDFLAGS =
LDLIBS =
INSTALL = install -c -D -o root -g root