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
Unknown Object (File)
Thu, Mar 7, 7:31 PM
Unknown Object (File)
Thu, Mar 7, 7:27 PM
Unknown Object (File)
Thu, Mar 7, 7:27 PM
Unknown Object (File)
Thu, Mar 7, 7:15 PM
Unknown Object (File)
Feb 5 2024, 2:57 PM
Unknown Object (File)
Dec 20 2023, 5:10 AM
Unknown Object (File)
Dec 11 2023, 2:13 AM
Unknown Object (File)
Dec 1 2023, 5:46 AM

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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)