]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
nvmecontrol: Appease a meaningless signed error warning thing
authorWarner Losh <imp@FreeBSD.org>
Sat, 11 May 2024 19:01:10 +0000 (13:01 -0600)
committerWarner Losh <imp@FreeBSD.org>
Sat, 11 May 2024 19:03:29 +0000 (13:03 -0600)
commit3d966ae7895b40c7a4985f61ff4819c25c8618c9
treeb82e2de58a6b092c35bdd5d8e85bfa559db9563e
parente63d20b70ee1dbee9b075f29de6f30cdcfe1abe1
nvmecontrol: Appease a meaningless signed error warning thing

Consistently use the weird ssize_t type for things I know are unsigned,
but which none-the-less need to be compared to signed things to prevent
a bogus warning. Sigh, these aren't bugs, can't possibly be bugs and
a waste of time to fix.

Sponsored by: Netflix
sbin/nvmecontrol/telemetry.c