Skip to content

Commit

Permalink
pkg/nimble: disable -Waddress-of-packed-member for llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
smlng committed Nov 29, 2018
1 parent f56d8d1 commit 47a6626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/nimble/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47a6626

Please sign in to comment.