projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0559f5
)
Makefile: drop hardwired warning flags, configure sets them itself
author
Marko Kreen
<markokr@gmail.com>
Wed, 13 Jan 2010 08:06:12 +0000
(10:06 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Wed, 13 Jan 2010 08:08:52 +0000
(10:08 +0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index efc0f958d1d22b6cf9e645c5dbddbea0eeb5c4c0..c276ae1ff9066e5442926fba68620ddc7db139d3 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-13,10
+13,7
@@
USUAL_MODULES = $(filter-out pgsocket, $(subst .h,, $(notdir $(wildcard usual/*.
include $(USUAL_DIR)/Setup.mk
# extra warning flags
-WFLAGS = -Wextra -Wno-unused-parameter -Wno-missing-field-initializers \
- -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement \
- -Wold-style-definition -Wstrict-prototypes -Wundef -Wformat -Wnonnull \
- -Wstrict-overflow
+WFLAGS =
# full path for files
srcs = $(USUAL_SRCS)