Revert "Enable -Wdate-time warning"

This reverts commit 489d7a8528.

The flag leaks into some port builds, causing them to fail.  I will
recommit it with some sort of opt-out later on.

Reported by:	mi
This commit is contained in:
Ed Maste 2022-02-20 19:01:40 -05:00
parent f01c863337
commit baf8cbcd97

View File

@ -75,7 +75,6 @@ CWARNFLAGS.clang+= -Wthread-safety
CWARNFLAGS+= -Wno-uninitialized
.endif # WARNS >=2 && WARNS <= 4
CWARNFLAGS+= -Wno-pointer-sign
CWARNFLAGS+= -Wdate-time
# Clang has more warnings enabled by default, and when using -Wall, so if WARNS
# is set to low values, these have to be disabled explicitly.
.if ${WARNS} <= 6