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

Merge pull request #8367 from smlng/pkg/tinydtls/fix_implicit_fallthrough

pkg: disable implicit fallthroughs errors in tinydtls
parents 0d1f4039 2608bc50
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ PKG_URL=https://github.com/rfuentess/TinyDTLS.git ...@@ -4,6 +4,8 @@ PKG_URL=https://github.com/rfuentess/TinyDTLS.git
PKG_VERSION=eb6f017ab451bb6cc4428b3e449955a76aeeba19 PKG_VERSION=eb6f017ab451bb6cc4428b3e449955a76aeeba19
PKG_LICENSE=EPL-1.0,EDL-1.0 PKG_LICENSE=EPL-1.0,EDL-1.0
CFLAGS += -Wno-implicit-fallthrough
.PHONY: all .PHONY: all
all: git-download all: git-download
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment