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
Unknown Object (File)
Sat, Apr 20, 11:14 AM
Unknown Object (File)
Sat, Apr 20, 11:08 AM
Unknown Object (File)
Sat, Apr 20, 11:08 AM
Unknown Object (File)
Thu, Apr 18, 5:13 AM
Unknown Object (File)
Fri, Mar 29, 6:40 AM
Unknown Object (File)
Jan 18 2024, 5:17 AM
Unknown Object (File)
Jan 18 2024, 5:17 AM
Unknown Object (File)
Jan 18 2024, 5:17 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