Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107108326
D29580.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
467 B
Referenced Files
None
Subscribers
None
D29580.diff
View Options
diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk
+++ b/share/mk/bsd.sys.mk
@@ -75,6 +75,9 @@
CWARNFLAGS+= -Wno-uninitialized
.endif # WARNS >=2 && WARNS <= 4
CWARNFLAGS+= -Wno-pointer-sign
+.if !defined(NO_WDATE_TIME)
+CWARNFLAGS+= -Wdate-time
+.endif # NO_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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 11, 5:53 AM (18 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15751042
Default Alt Text
D29580.diff (467 B)
Attached To
Mode
D29580: Enable -Wdate-time warning by default with Clang
Attached
Detach File
Event Timeline
Log In to Comment