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
F97263905: D37505.diff
Sat, Sep 28, 9:23 AM
Unknown Object (File)
Fri, Sep 27, 4:27 AM
Unknown Object (File)
Mon, Sep 9, 3:59 AM
Unknown Object (File)
Sat, Sep 7, 7:08 AM
Unknown Object (File)
Mon, Sep 2, 11:22 AM
Unknown Object (File)
Aug 19 2024, 12:28 AM
Unknown Object (File)
Aug 17 2024, 9:53 AM
Unknown Object (File)
Aug 13 2024, 7:01 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