]> git.ipfire.org Git - thirdparty/cups.git/commit
Fix compiler warnings from new clang - lots of enums being assigned to ints but
authorMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 7 Oct 2019 19:12:22 +0000 (15:12 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 7 Oct 2019 19:12:22 +0000 (15:12 -0400)
commit72288f3069862775ba9ff40d650f3ae9aad45751
tree0663bd340cbec6d85fc0d96272ad9b6ecb06d13d
parent891e14ed26f8f6495bbe1338eb7b709f028ff4eb
Fix compiler warnings from new clang - lots of enums being assigned to ints but
the compiler deciding that was worthy of a warning (even though the range of
values clearly falls within the range of an int...)
backend/ipp.c
cups/ppd-cache.c
filter/rastertohp.c
scheduler/ipp.c
scheduler/job.c
scheduler/printers.c
scheduler/subscriptions.c
test/ippfind.c
test/ippserver.c
test/ipptool.c