mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
don't use flag tautological-constant-out-of-range-compare
This commit is contained in:
2
Makefile
2
Makefile
@@ -103,7 +103,7 @@ CPPFLAGS += -Wall -Wextra -Werror
|
||||
CPPFLAGS += -Wswitch-enum
|
||||
CPPFLAGS += -Wno-unused-parameter
|
||||
CPPFLAGS += -Wno-missing-braces
|
||||
CPPFLAGS += -Wno-tautological-constant-out-of-range-compare
|
||||
# CPPFLAGS += -Wno-tautological-constant-out-of-range-compare
|
||||
|
||||
CFLAGS += $(CPPFLAGS)
|
||||
CXXFLAGS += $(CPPFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user