Page MenuHomeFreeBSD

sh(1): bump WARNS
ClosedPublic

Authored by trasz on Mar 25 2020, 3:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 9, 11:28 AM
Unknown Object (File)
Sep 27 2024, 4:24 PM
Unknown Object (File)
Sep 24 2024, 3:55 PM
Unknown Object (File)
Sep 24 2024, 2:35 PM
Unknown Object (File)
Sep 24 2024, 2:35 PM
Unknown Object (File)
Sep 23 2024, 6:42 PM
Unknown Object (File)
Sep 12 2024, 4:00 AM
Unknown Object (File)
Sep 12 2024, 3:48 AM
Subscribers

Details

Summary

Bump WARNS for sh(1). Tinderbox suggests sh(1) builds fine without
those two lines.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fine with me, assuming it still builds with recent GCC as well.

I think this is possible thanks to the removal of GCC 4.2.1, which had warnings related to setjmp and vfork that were unreasonable to fix.

This revision is now accepted and ready to land.Mar 25 2020, 5:57 PM

The warnings are still there with GCC 9, but they don't break the build due to -Wno-error=clobbered.

This revision was automatically updated to reflect the committed changes.