]> git.itanic.dy.fi Git - linux-stable/commit
lib: assume char is unsigned
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 3 Nov 2022 00:50:05 +0000 (01:50 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 18 Nov 2022 23:56:15 +0000 (00:56 +0100)
commit0445d1bae1cce00ae4e99c8cde33784a8199bad6
tree6170247bbe5e117550440b6d508a520606cbc245
parent3bc753c06dd02a3517c9b498e3846ebfc94ac3ee
lib: assume char is unsigned

Now that we use -funsigned-char, there's no need for this kind of ifdef.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
lib/is_signed_type_kunit.c
lib/test_printf.c