pkg: oonf_api, disable compiler errors if toolchain llvm

- set no-keyword-macro
    - set no-parentheses-equality
pr/rotary
smlng 7 years ago
parent cdf7a046b4
commit 60bb3ab7ee

@ -1,5 +1,5 @@
INCLUDES += -I$(PKGDIRBASE)/oonf_api/src-api
ifeq ($(shell uname -s),Darwin)
CFLAGS += -Wno-reserved-id-macro -Wno-keyword-macro
ifeq ($(TOOLCHAIN), llvm)
CFLAGS += -Wno-keyword-macro -Wno-parentheses-equality
endif

Loading…
Cancel
Save