Page MenuHomeFreeBSD

bsd.sys.mk: Silence a few GCC warnings for C++
ClosedPublic

Authored by jhb on Jan 25 2026, 4:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 4, 7:58 AM
Unknown Object (File)
Mon, Jul 20, 4:33 PM
Unknown Object (File)
Wed, Jul 15, 7:03 AM
Unknown Object (File)
Wed, Jul 15, 7:03 AM
Unknown Object (File)
Jul 5 2026, 9:37 PM
Unknown Object (File)
Jul 5 2026, 7:05 PM
Unknown Object (File)
Jun 22 2026, 3:51 PM
Unknown Object (File)
Jun 16 2026, 8:26 AM
Subscribers

Details

Summary

These warnings were already marked with -Wno-error=, but they trigger
so many false positives in libc++ headers to be utterly useless for
C++ code, so disable them entirely for C++.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jan 25 2026, 5:20 AM

Indeed, the libc++ headers are extremely noisy with g++. Upstream does not care about compiling with -Wsystem-headers, so it's extremely unlikely these warnings will ever be fixed.

This revision was automatically updated to reflect the committed changes.