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 @@ -10,7 +10,7 @@ ifeq ($(UNAME), Linux)
10
10
#
11
11
# Disable format-truncation check because StringBasics specifically tests
12
12
# to make sure snprintf truncates as expected.
13
- USER_WARNINGS ?= -Werror -Wno-format-truncation $(shell if [ X$(CCVERSION ) \> X7.0.0 ] ; then echo " -Wno-strict-overflow -Wno-format-truncation" ; elif [ X $( CCVERSION ) \> X4.2.0 ] ; then echo " -Wno-strict-overflow" ; fi)
13
+ USER_WARNINGS ?= -Werror -Wno-format-truncation $(shell if [ X$(CCVERSION ) \> X4.2.0 ] ; then echo " -Wno-strict-overflow" ; fi)
14
14
# USER_WARNINGS ?= -Werror $(shell if [ X$(CCVERSION) \> X4.2.0 ] ; then echo " -Wno-strict-overflow" ; fi)
15
15
# -Wno-strict-overflow
16
16
# -Wno-unused-variable $(shell if [ X$(CCVERSION) \> X4.2.0 ] ; then echo " -Wno-unused-result" ; fi)
You can’t perform that action at this time.
0 commit comments