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

pkg/nimble: disable -Waddress-of-packed-member for llvm

parent f56d8d1b
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ ifeq (llvm,$(TOOLCHAIN))
# tell LLVM/clang not to be so pedantic with this.
CFLAGS += -Wno-unused-function
CFLAGS += -Wno-sometimes-uninitialized
CFLAGS += -Wno-address-of-packed-member
else
CFLAGS += -Wno-unused-but-set-variable
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