]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r365956:
authorAlan Somers <asomers@FreeBSD.org>
Thu, 26 Nov 2020 23:35:13 +0000 (23:35 +0000)
committerAlan Somers <asomers@FreeBSD.org>
Thu, 26 Nov 2020 23:35:13 +0000 (23:35 +0000)
commit33b2dd659da5dda8fba0edf318542ec45e51aacc
treee716e0fa13d3f43eedd80762c361e9b9198339d3
parentcf058833feeb9a16187b39ee652bdae81824899d
MFC r365956:

fsx: fix build with WARNS=6

* signed/unsigned comparisons
* use standard warn(3)
* Suppress warnings about local vars and funcs not declared static
* const-correctness
* declaration shadows a variable in the global scope

Reviewed by: kevans
Differential Revision: https://reviews.freebsd.org/D26516
tools/regression/fsx/Makefile
tools/regression/fsx/fsx.c