Page MenuHomeFreeBSD

sh(1): bump WARNS
ClosedPublic

Authored by trasz on Mar 25 2020, 3:37 PM.
Tags
None
Referenced Files
F135270480: D24181.id70093.diff
Sat, Nov 8, 4:11 AM
Unknown Object (File)
Sat, Nov 1, 6:07 AM
Unknown Object (File)
Fri, Oct 24, 11:41 PM
Unknown Object (File)
Sat, Oct 18, 8:50 AM
Unknown Object (File)
Sat, Oct 18, 8:50 AM
Unknown Object (File)
Sat, Oct 18, 8:49 AM
Unknown Object (File)
Fri, Oct 17, 9:25 PM
Unknown Object (File)
Fri, Oct 17, 8:54 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.