mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Revert r340843 - addressed independently in r340842!
This commit is contained in:
parent
66a87f8cfd
commit
c15faaac95
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340844
@ -102,10 +102,6 @@ ${PROG_FULL}: ${VERSION_MAP}
|
|||||||
# GCC warns about redeclarations even though they have __exported
|
# GCC warns about redeclarations even though they have __exported
|
||||||
# and are therefore not identical to the ones from the system headers.
|
# and are therefore not identical to the ones from the system headers.
|
||||||
CFLAGS+= -Wno-redundant-decls
|
CFLAGS+= -Wno-redundant-decls
|
||||||
# GCC (6.4.0) doesn't grok the complicated lifetimes in reloc_non_plt():
|
|
||||||
.if ${MACHINE_CPUARCH} == "amd64"
|
|
||||||
CFLAGS.reloc.c+=-Wno-maybe-uninitialized
|
|
||||||
.endif
|
|
||||||
.if ${COMPILER_VERSION} < 40300
|
.if ${COMPILER_VERSION} < 40300
|
||||||
# Silence -Wshadow false positives in ancient GCC
|
# Silence -Wshadow false positives in ancient GCC
|
||||||
CFLAGS+= -Wno-shadow
|
CFLAGS+= -Wno-shadow
|
||||||
|
Loading…
Reference in New Issue
Block a user