From 5f1e82e4ed89b436a2027daba256b93b2ee13951 Mon Sep 17 00:00:00 2001
From: Matthias Ringwald <matthias@ringwald.ch>
Date: Thu, 14 Jan 2016 13:53:02 +0100
Subject: [PATCH] use stricter cmopiler checkes

---
 platforms/posix-cc2564b/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/platforms/posix-cc2564b/Makefile b/platforms/posix-cc2564b/Makefile
index 9b9791495..fb57cd9a3 100644
--- a/platforms/posix-cc2564b/Makefile
+++ b/platforms/posix-cc2564b/Makefile
@@ -13,9 +13,10 @@ include ${BTSTACK_ROOT}/chipset-cc256x/Makefile.inc
 
 CFLAGS += -I$(BTSTACK_ROOT)/chipset-cc256x
 
-# CC = gcc-fsf-4.9
 CFLAGS  += -g -Wall 
-# CFLAGS += -Werror
+
+# 
+CFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Werror
 
 VPATH += ${BTSTACK_ROOT}/platforms/posix/src
 VPATH += ${BTSTACK_ROOT}/chipset-cc256x