aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin (Beber) <beber@setibzh.com>2006-02-27 14:45:15 +0100
committerJACQUIN Bertrand Ext ROSI/DPS <bjacquin.ext@francetelecom.com>2006-02-27 14:45:15 +0100
commitc80cf974bd3711b659b3af786988995740bea134 (patch)
tree104544fe5280841f3a43786170656d9b18ba7335
parent-Wdeclaration-after-statement too (diff)
downloadespik-c80cf974bd3711b659b3af786988995740bea134.tar.xz
-Wundef -Wold-style-definition too
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 572743f..0327757 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,9 @@
AM_CFLAGS = \
$(DEBUG_CFLAGS) \
- -W -Wall -Wdeclaration-after-statement \
+ -W -Wall \
+ -Wdeclaration-after-statement \
+ -Wundef -Wold-style-definition \
@ecore_cflags@
ESPIKHEADERS = \