Bump WARNS for sh(1). Tinderbox suggests sh(1) builds fine without
those two lines.
Details
Details
- Reviewers
jilles - Commits
- rS359511: Bump WARNS for sh(1).
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 30094 Build 27902: arc lint + arc unit
Event Timeline
Comment Actions
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.
Comment Actions
The warnings are still there with GCC 9, but they don't break the build due to -Wno-error=clobbered.