kopia lustrzana https://github.com/weetmuts/wmbusmeters
Restore warning for format truncation.
rodzic
ff24b5d3e9
commit
aaee2a1ec3
2
Makefile
2
Makefile
|
@ -95,7 +95,7 @@ endif
|
|||
|
||||
$(info Building $(VERSION))
|
||||
|
||||
CXXFLAGS ?= $(DEBUG_FLAGS) -fPIC -fmessage-length=0 -std=c++11 -Wall -Wno-unused-function -Wno-format-truncation
|
||||
CXXFLAGS ?= $(DEBUG_FLAGS) -fPIC -fmessage-length=0 -std=c++11 -Wall -Wno-unused-function
|
||||
CXXFLAGS += -I$(BUILD)
|
||||
|
||||
LDFLAGS ?= $(DEBUG_LDFLAGS)
|
||||
|
|
Ładowanie…
Reference in New Issue