Page MenuHomeFreeBSD

sysutils/unquote: disable date/time nonreproducible build warning
ClosedPublic

Authored by emaste on Nov 25 2022, 7:06 PM.
Tags
None
Referenced Files
F83178429: D37504.diff
Tue, May 7, 8:34 AM
Unknown Object (File)
Sat, May 4, 9:42 PM
Unknown Object (File)
Sat, May 4, 9:42 PM
Unknown Object (File)
Sat, May 4, 9:42 PM
Unknown Object (File)
Tue, Apr 30, 11:21 AM
Unknown Object (File)
Fri, Apr 26, 12:41 PM
Unknown Object (File)
Fri, Apr 26, 12:29 PM
Unknown Object (File)
Fri, Apr 26, 12:29 PM
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]

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:12 PM