Skip to content
Snippets Groups Projects
Unverified Commit 297aa4eb authored by Sebastian Meiling's avatar Sebastian Meiling Committed by GitHub
Browse files

Merge pull request #10511 from jcarrano/nimble-slowfix

 pkg/nimble: Remove warning suppressions, add patches
parents 5794a228 d7789c08
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,6 @@ ifeq (llvm,$(TOOLCHAIN)) ...@@ -14,8 +14,6 @@ ifeq (llvm,$(TOOLCHAIN))
# `nimble/controller/src/ble_ll_adv.c` isn't used in our compilation path, so # `nimble/controller/src/ble_ll_adv.c` isn't used in our compilation path, so
# tell LLVM/clang not to be so pedantic with this. # tell LLVM/clang not to be so pedantic with this.
CFLAGS += -Wno-unused-function CFLAGS += -Wno-unused-function
CFLAGS += -Wno-sometimes-uninitialized
CFLAGS += -Wno-address-of-packed-member
else else
CFLAGS += -Wno-unused-but-set-variable CFLAGS += -Wno-unused-but-set-variable
endif endif
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
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