HTTPd WIP

This commit is contained in:
Sebastien
2020-02-10 19:17:16 -05:00
parent fdbb24962a
commit 730b6d38a5
3 changed files with 4 additions and 3 deletions

View File

@@ -15,5 +15,5 @@
PROJECT_NAME?=squeezelite
include $(IDF_PATH)/make/project.mk
CFLAGS += -Wno-error=format-overflow -Wno-error=stringop-truncation
# for future gcc version, this could be needed: CPPFLAGS+= -Wno-error=format-overflow -Wno-error=stringop-truncation
CPPFLAGS+= -Wno-error=maybe-uninitialized