freebsd-dev/tests/sys/posixshm
John Baldwin 8dd8d56d95 posixshm_test: Fix sign mismatches in ?: results.
GCC 12's -Wsign-compare complains if the two alternative results of
the ?: operator are differently signed.  Cast the small, sub-page
off_t values to size_t to quiet the warning.

Reviewed by:	imp, kib
Differential Revision:	https://reviews.freebsd.org/D37539
2022-12-04 16:31:05 -08:00
..
Makefile tests: move the memfd tests over to sys/posixshm 2020-09-23 19:54:59 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
memfd_test.c tests: move the memfd tests over to sys/posixshm 2020-09-23 19:54:59 +00:00
posixshm_test.c posixshm_test: Fix sign mismatches in ?: results. 2022-12-04 16:31:05 -08:00