From 89bca32f450d5ddde82934e83b43c0d3640096f4 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 b98c6b12d..2a391b083 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