Page MenuHomeFreeBSD

Remove checks for __CC_SUPPORTS_WARNING assuming it is always true.
ClosedPublic

Authored by jhb on Apr 6 2022, 2:26 PM.
Tags
None
Referenced Files
F160249281: D34803.id104669.diff
Mon, Jun 22, 1:38 PM
F160185193: D34803.id104921.diff
Mon, Jun 22, 12:05 AM
Unknown Object (File)
Fri, Jun 19, 2:01 PM
Unknown Object (File)
Thu, Jun 18, 8:37 PM
Unknown Object (File)
May 9 2026, 10:44 AM
Unknown Object (File)
Apr 28 2026, 5:51 PM
Unknown Object (File)
Apr 23 2026, 8:01 AM
Unknown Object (File)
Apr 20 2026, 10:14 PM

Details

Summary

All supported compilers (modern versions of GCC and clang) support
this.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45028
Build 41916: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Apr 6 2022, 2:26 PM
This revision is now accepted and ready to land.Apr 6 2022, 2:38 PM

This one is perhaps the most debatable one since #warning isn't standard, but we've got plenty of unguarded uses.

It's probably time to finish off machine/speaker.h and machine/limits.h (or at least do an exp-run to see how bad it is)