diff --git a/troposphere/daybreak/nanovg/Makefile b/troposphere/daybreak/nanovg/Makefile index 48826c2..d3363cd 100644 --- a/troposphere/daybreak/nanovg/Makefile +++ b/troposphere/daybreak/nanovg/Makefile @@ -50,6 +50,8 @@ CFLAGS := -g -Wall -O2 -ffunction-sections \ $(ARCH) $(DEFINES) +CFLAGS += -Wno-misleading-indentation -Wno-use-after-free -Wno-unused-function + CFLAGS += $(INCLUDE) -D__SWITCH__ CXXFLAGS := $(CFLAGS) -std=gnu++17 -fno-exceptions -fno-rtti