From 218dc728e5fd5bc063d7152e0535bb9c9f94b935 Mon Sep 17 00:00:00 2001 From: smlng Date: Wed, 21 Feb 2018 11:25:20 +0100 Subject: [PATCH] pkg/gecko_sdk: fix compile error --- pkg/gecko_sdk/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/gecko_sdk/Makefile b/pkg/gecko_sdk/Makefile index 9d48be1100..9dff8d24e2 100644 --- a/pkg/gecko_sdk/Makefile +++ b/pkg/gecko_sdk/Makefile @@ -7,6 +7,8 @@ ifneq ($(CPU),efm32) $(error This package can only be used with EFM32 CPUs) endif +CFLAGS += -Wno-int-in-bool-context + .PHONY: all all: git-download