mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-01 22:48:25 +00:00
BUILD: Remove nowarn for warnings that do not trigger
Tested with make -j4 all TARGET=linux-glibc USE_OPENSSL=1 USE_LUA=1 USE_ZLIB=1 USE_PCRE2=1 USE_PCRE2_JIT=1 USE_GETADDRINFO=1 against gcc (Debian 9.3.0-13) 9.3.0 Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This commit is contained in:
parent
df187875da
commit
4989de2811
2
Makefile
2
Makefile
@ -183,8 +183,6 @@ SPEC_CFLAGS += $(call cc-nowarn,address-of-packed-member)
|
||||
SPEC_CFLAGS += $(call cc-nowarn,unused-label)
|
||||
SPEC_CFLAGS += $(call cc-nowarn,sign-compare)
|
||||
SPEC_CFLAGS += $(call cc-nowarn,unused-parameter)
|
||||
SPEC_CFLAGS += $(call cc-nowarn,old-style-declaration)
|
||||
SPEC_CFLAGS += $(call cc-nowarn,ignored-qualifiers)
|
||||
SPEC_CFLAGS += $(call cc-nowarn,clobbered)
|
||||
SPEC_CFLAGS += $(call cc-nowarn,missing-field-initializers)
|
||||
SPEC_CFLAGS += $(call cc-nowarn,implicit-fallthrough)
|
||||
|
Loading…
Reference in New Issue
Block a user