1
0
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:
Bas Stottelaar 2018-08-05 15:28:06 +02:00
parent f215ee3d8a
commit f315ca71a1

View File

@ -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