fix Wmissing-prototypes for test/pts

This commit is contained in:
Matthias Ringwald 2015-11-06 21:29:41 +01:00
parent 05ae8de376
commit 89bca32f45

View File

@ -11,7 +11,7 @@ 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
CFLAGS += -g -Wall -Wmissing-prototypes -Werror
# CFLAGS += -Werror
VPATH += ${BTSTACK_ROOT}/platforms/posix/src