mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-10 10:21:48 +00:00
fix Wmissing-prototypes for test/pts
This commit is contained in:
parent
05ae8de376
commit
89bca32f45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user