mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 17:59:53 +03:00
supress warnings
This commit is contained in:
6
makefile
6
makefile
@@ -65,9 +65,9 @@ CPPFLAGS += -g3
|
|||||||
CPPFLAGS += -Os
|
CPPFLAGS += -Os
|
||||||
|
|
||||||
CFLAGS += $(CPPFLAGS)
|
CFLAGS += $(CPPFLAGS)
|
||||||
CFLAGS += -Wall
|
# CFLAGS += -Wall
|
||||||
CFLAGS += -Wno-unused -Wno-restrict
|
# CFLAGS += -Wno-unused -Wno-restrict
|
||||||
CFLAGS += -Wextra
|
# CFLAGS += -Wextra
|
||||||
|
|
||||||
CXXFLAGS += $(CFLAGS) -MMD
|
CXXFLAGS += $(CFLAGS) -MMD
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user