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:
commit
3d0f766c3a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user