[Olsr-dev] [PATCH 12/12] Makefile.inc: treat warnings as errors

Ferry Huberts (spam-protected)
Thu Jun 9 13:42:58 CEST 2011


From: Ferry Huberts <(spam-protected)>

Signed-off-by: Ferry Huberts <(spam-protected)>
---
 Makefile.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile.inc b/Makefile.inc
index 78b84ef..741d40a 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -88,6 +88,7 @@ WARNINGS +=	-Wformat
 WARNINGS +=	-Wsequence-point
 WARNINGS +=	-Wpointer-arith
 WARNINGS +=	-Wcast-align
+WARNINGS +=	-Werror
 # the following 2 do not work yet and need more work on it
 #WARNINGS +=	-Wconversion
 #WARNINGS +=	-Wredundant-decls
-- 
1.7.5.2





More information about the Olsr-dev mailing list