1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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

pkg: disable implicit fallthroughs errors in tinydtls
This commit is contained in:
Sebastian Meiling 2018-01-16 13:27:38 +01:00 committed by GitHub
commit 3d0f766c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@ PKG_URL=https://github.com/rfuentess/TinyDTLS.git
PKG_VERSION=eb6f017ab451bb6cc4428b3e449955a76aeeba19
PKG_LICENSE=EPL-1.0,EDL-1.0
CFLAGS += -Wno-implicit-fallthrough
.PHONY: all
all: git-download