Page MenuHomeFreeBSD

net/urelay: disable date/time nonreproducible build warning
ClosedPublic

Authored by emaste on Nov 25 2022, 7:09 PM.
Tags
None
Referenced Files
F116025233: D37505.diff
Thu, May 1, 6:35 PM
Unknown Object (File)
Wed, Apr 23, 9:43 AM
Unknown Object (File)
Tue, Apr 22, 12:44 AM
Unknown Object (File)
Mon, Apr 14, 9:39 AM
Unknown Object (File)
Sun, Apr 6, 10:25 AM
Unknown Object (File)
Mar 14 2025, 1:40 PM
Unknown Object (File)
Feb 23 2025, 7:03 PM
Unknown Object (File)
Feb 8 2025, 12:05 AM
Subscribers
None

Details

Summary

The base system build infrastructure will add -Wdate-time, to avoid
use of nonreproducible __DATE__ and __TIME__ in the base system.

This port makes use of the base system build infrastructure as well as
__DATE__ and/or __TIME__, so explicitly opt out of the warning.

PR: 267902 [exp-run]
Sponsored By: The FreeBSD Foundation

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.

See D29580 for proposed base system change

This revision is now accepted and ready to land.Nov 25 2022, 7:14 PM