projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5511637
)
Replaced "-Wpedantic" with "-pedantic"
author
Dmitrij D. Czarkoff
<czarkoff@gmail.com>
Thu, 25 Jun 2015 20:06:48 +0000
(22:06 +0200)
committer
Dmitrij D. Czarkoff
<czarkoff@gmail.com>
Thu, 25 Jun 2015 20:06:48 +0000
(22:06 +0200)
for compatibility with older GCC versions.
tests/Makefile
patch
|
blob
|
history
diff --git
a/tests/Makefile
b/tests/Makefile
index
8653ecd
..
766f66e
100644
(file)
--- a/
tests/Makefile
+++ b/
tests/Makefile
@@
-3,7
+3,7
@@
SRCDIR=$(BASEDIR)/src
include $(BASEDIR)/config.mk
CPPFLAGS += -I $(BASEDIR)/
-CFLAGS += -fPIC -
W
pedantic
+CFLAGS += -fPIC -pedantic
TEST_PROGS = test-handlers \
test-map \