Page MenuHomeFreeBSD

krb5: Don't add -Wno-macro-redefined to CFLAGS
ClosedPublic

Authored by jhb on Aug 7 2025, 9:12 PM.
Tags
None
Referenced Files
F153114481: D51811.diff
Sun, Apr 19, 6:27 AM
Unknown Object (File)
Sat, Apr 18, 6:00 AM
Unknown Object (File)
Mon, Apr 6, 6:44 AM
Unknown Object (File)
Sun, Apr 5, 12:28 AM
Unknown Object (File)
Wed, Apr 1, 4:38 PM
Unknown Object (File)
Mar 19 2026, 3:39 PM
Unknown Object (File)
Mar 19 2026, 10:32 AM
Unknown Object (File)
Mar 19 2026, 1:47 AM
Subscribers

Details

Summary

This doesn't exist on GCC.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 66079
Build 62962: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Aug 7 2025, 11:17 PM
krb5/Makefile.inc
24

Note that gcc doesn't recognize -Wno-deprecated-non-prototype either.

krb5/Makefile.inc
24

Yes, I was going to do another test of removing that after landing this series.

This revision was automatically updated to reflect the committed changes.