| #
27943b99 |
| 10-Oct-2021 |
rillig <rillig@NetBSD.org> |
echo: clean up, increase WARNS to 6
Lint can handle __COPYRIGHT and __RCSID, so there is no need to hide them anymore.
Use proper type 'bool' for nflag, ensure correct types via lint's strict bool
echo: clean up, increase WARNS to 6
Lint can handle __COPYRIGHT and __RCSID, so there is no need to hide them anymore.
Use proper type 'bool' for nflag, ensure correct types via lint's strict bool mode.
Remove unnecessary call to exit(0); returning from main is equivalent since C99.
No functional change.
show more ...
|