diff --git a/test/pts/Makefile b/test/pts/Makefile index 501971fa6..c2c1e8821 100644 --- a/test/pts/Makefile +++ b/test/pts/Makefile @@ -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