use stricter cmopiler checkes

This commit is contained in:
Matthias Ringwald 2016-01-14 13:53:02 +01:00
parent 03813843b6
commit 5f1e82e4ed

View File

@ -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