From 5c0b2eb51f5700be6c17537b037264a4f92a82f4 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 6 Nov 2015 21:29:41 +0100 Subject: [PATCH] fix Wmissing-prototypes for test/pts --- test/pts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pts/Makefile b/test/pts/Makefile index d0054ecaa..501971fa6 100644 --- a/test/pts/Makefile +++ b/test/pts/Makefile @@ -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