]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sys: declare bit sets unsigned
authorElliott Mitchell <ehem+freebsd@m5p.com>
Thu, 9 May 2024 23:04:35 +0000 (17:04 -0600)
committerWarner Losh <imp@FreeBSD.org>
Thu, 9 May 2024 23:14:41 +0000 (17:14 -0600)
commit99adf661ab635a956abc2998689fd42c85f8ccc5
treebb80f0deb03b39c3a599062ca4226e1738e38e45
parent9f3a552f9e1a7dbe707f143a8b8e0cdc00a8014e
sys: declare bit sets unsigned

Substantially reduce the number of signed/unsigned issues (warnings if
enabled).  While these are presently disabled for FreeBSD, being able to
enable another warning would be good.

Differential Revision: https://reviews.freebsd.org/D32793
Reviewed by: imp, jhibbits
Pull Request: https://github.com/freebsd/freebsd-src/pull/1126
sys/sys/_bitset.h