temporarily allow warnings during test compile

This commit is contained in:
Matthias Ringwald 2015-11-08 10:46:22 +01:00
parent 5c0b2eb51f
commit 7972435a99

View File

@ -11,7 +11,8 @@ include ${BTSTACK_ROOT}/example/embedded/Makefile.inc
CFLAGS += -I${POSIX_ROOT}/src -I${BTSTACK_ROOT}/platforms/libusb
# CC = gcc-fsf-4.9
CFLAGS += -g -Wall -Wmissing-prototypes -Werror
CFLAGS += -g -Wall
# -Wmissing-prototypes -Werror
# CFLAGS += -Werror
VPATH += ${BTSTACK_ROOT}/platforms/posix/src