projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f815e9
)
Removed -Wstrict-prototypes option that won't work with gtk.
author
Daniel Carl
<danielcarl@gmx.de>
Mon, 29 Jul 2013 15:42:33 +0000
(17:42 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Mon, 29 Jul 2013 15:42:33 +0000
(17:42 +0200)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
fa90ff6
..
8a20175
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-33,7
+33,6
@@
CFLAGS += -pedantic
CFLAGS += -Wmissing-declarations
CFLAGS += -Wmissing-parameter-type
CFLAGS += -Wno-overlength-strings
-#CFLAGS += -Wstrict-prototypes
LDFLAGS += $(shell pkg-config --libs $(LIBS)) -lX11 -lXext -lm