mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 06:12:43 +01:00
pkg: gecko_sdk: disable -Wno-int-in-bool-context for llvm
This commit is contained in:
parent
f215ee3d8a
commit
f315ca71a1
@ -7,7 +7,9 @@ ifneq ($(CPU),efm32)
|
||||
$(error This package can only be used with EFM32 CPUs)
|
||||
endif
|
||||
|
||||
CFLAGS += -Wno-int-in-bool-context
|
||||
ifneq (llvm,$(TOOLCHAIN))
|
||||
CFLAGS += -Wno-int-in-bool-context
|
||||
endif
|
||||
|
||||
.PHONY: all
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user