projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4c6c73
)
Remove none used error suppression options.
author
Daniel Carl
<danielcarl@gmx.de>
Fri, 18 Apr 2014 18:26:05 +0000
(20:26 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Fri, 18 Apr 2014 18:28:45 +0000
(20:28 +0200)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
ab0c8da
..
ed2e551
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-41,7
+41,7
@@
LIBFLAGS = $(shell pkg-config --libs $(LIBS))
# normal compiler flags
CFLAGS += $(shell pkg-config --cflags $(LIBS))
CFLAGS += -Wall -pipe -ansi -std=c99 -pedantic
-CFLAGS += -W
missing-declarations -W
no-overlength-strings
+CFLAGS += -Wno-overlength-strings
CFLAGS += ${CPPFLAGS}
LDFLAGS += ${LIBFLAGS}