Skip to content
Snippets Groups Projects
Commit 60bb3ab7 authored by Sebastian Meiling's avatar Sebastian Meiling
Browse files

pkg: oonf_api, disable compiler errors if toolchain llvm

    - set no-keyword-macro
    - set no-parentheses-equality
parent cdf7a046
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment