mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-27 16:23:18 +00:00
BUILD: makefile: don't disable -Wstringop-overflow anymore
This basically reverts commit c4e6460f6
("MINOR: build: Disable
-Wstringop-overflow.") which is no more needed after previous one.
This commit is contained in:
parent
7b52485f1a
commit
b36dcc66ed
1
Makefile
1
Makefile
@ -185,7 +185,6 @@ SPEC_CFLAGS += $(call cc-nowarn,sign-compare)
|
||||
SPEC_CFLAGS += $(call cc-nowarn,unused-parameter)
|
||||
SPEC_CFLAGS += $(call cc-nowarn,clobbered)
|
||||
SPEC_CFLAGS += $(call cc-nowarn,missing-field-initializers)
|
||||
SPEC_CFLAGS += $(call cc-nowarn,stringop-overflow)
|
||||
SPEC_CFLAGS += $(call cc-nowarn,cast-function-type)
|
||||
SPEC_CFLAGS += $(call cc-nowarn,string-plus-int)
|
||||
SPEC_CFLAGS += $(call cc-opt,-Wtype-limits)
|
||||
|
Loading…
Reference in New Issue
Block a user