From d02361e99fc24fb60e63060dab06ed2bda6d61c9 Mon Sep 17 00:00:00 2001 From: Oron Peled Date: Sun, 21 Dec 2014 11:26:29 -0500 Subject: [PATCH] xpp: strict compilation flags in oct612x/ Signed-off-by: Oron Peled Signed-off-by: Tzafrir Cohen --- xpp/oct612x/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xpp/oct612x/Makefile.am b/xpp/oct612x/Makefile.am index 534e39c..78ec483 100644 --- a/xpp/oct612x/Makefile.am +++ b/xpp/oct612x/Makefile.am @@ -1,3 +1,5 @@ +GLOBAL_CFLAGS = -Wall -Werror + OCTASIC_DEFINES = \ -DPTR_TYPE=uint32_t \ -DcOCT6100_INTERNAL_SUPER_ARRAY_SIZE=1024 \ @@ -84,6 +86,7 @@ noinst_HEADERS = \ # liboctasic_la_CFLAGS = \ + $(GLOBAL_CFLAGS) \ $(OCTASIC_DEFINES) \ $(OCTASIC_CFLAGS)