[Bug 267902] [exp-run] with -Wdate-time warning flag

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 30 Nov 2022 19:01:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267902

--- Comment #8 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=a8f92d247e77f97f70aada494210bf04f1f7ef39

commit a8f92d247e77f97f70aada494210bf04f1f7ef39
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-02-09 22:10:03 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-11-30 18:59:57 +0000

    Enable -Wdate-time warning

    This produces an "expansion of date or time macro is not reproducible"
    warning or error upon use of __DATE__ or __TIME__.

    Provide NO_WDATE_TIME for ports or 3rd party software to opt out.

    This is a recommit of 489d7a8528ca, which was reverted (by baf8cbcd97a6)
    due to ports build failures.

    PR:             267902 [exp-run]
    Reviewed by:    markj
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D29580

 share/mk/bsd.sys.mk | 3 +++
 1 file changed, 3 insertions(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.