mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-07 16:20:19 +00:00
use stricter cmopiler checkes
This commit is contained in:
parent
03813843b6
commit
5f1e82e4ed
@ -13,9 +13,10 @@ include ${BTSTACK_ROOT}/chipset-cc256x/Makefile.inc
|
|||||||
|
|
||||||
CFLAGS += -I$(BTSTACK_ROOT)/chipset-cc256x
|
CFLAGS += -I$(BTSTACK_ROOT)/chipset-cc256x
|
||||||
|
|
||||||
# CC = gcc-fsf-4.9
|
|
||||||
CFLAGS += -g -Wall
|
CFLAGS += -g -Wall
|
||||||
# CFLAGS += -Werror
|
|
||||||
|
#
|
||||||
|
CFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Werror
|
||||||
|
|
||||||
VPATH += ${BTSTACK_ROOT}/platforms/posix/src
|
VPATH += ${BTSTACK_ROOT}/platforms/posix/src
|
||||||
VPATH += ${BTSTACK_ROOT}/chipset-cc256x
|
VPATH += ${BTSTACK_ROOT}/chipset-cc256x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user