File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ INCLUDE += $(LIBTIRPC_CFLAGS)
244244# Compilation options. Perhaps some of these should come from Makefile.inc? (CXXFLAGS now does)
245245INTEGER_OVERFLOW_FLAGS := -fwrapv
246246OPT := -Os $(INTEGER_OVERFLOW_FLAGS )
247- DEBUG := $(DEBUG ) -g -Werror -Werror=all -Wstringop-truncation -Wno-stringop-truncation
247+ DEBUG := $(DEBUG ) -g -Werror -Werror=all -Wstringop-truncation -Wno-stringop-truncation -Wno-format-truncation
248248CFLAGS := $(INCLUDE ) $(OPT ) $(DEBUG ) $(EXTRA_DEBUG ) -DULAPI -std=gnu11 -Werror=implicit-function-declaration $(CFLAGS ) $(CPPFLAGS )
249249CXXFLAGS := $(INCLUDE ) $(EXTRA_DEBUG ) -DULAPI $(DEBUG ) $(OPT ) -Werror=overloaded-virtual $(CXXFLAGS ) $(CPPFLAGS )
250250CXXFLAGS += -std=gnu++17
You can’t perform that action at this time.
0 commit comments