Bump WARNS for sh(1). Tinderbox suggests sh(1) builds fine without
those two lines.
Details
- Reviewers
jilles - Commits
- rS359511: Bump WARNS for sh(1).
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.
The warnings are still there with GCC 9, but they don't break the build due to -Wno-error=clobbered.
No comma after "descriptor" here. (This might be due to phabricator "helping" by mixing up diffs. I'll try to include some context to make this easier.)
38 the file descriptor will be written to it.