mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 05:41:37 +00:00
This patch fixes this ppc64 compiler warning and also works on x86_64.
shim_parser.c: In function 'parse_ioctlop':
shim_parser.c:1184:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (op >= TCGETS && op <= TIOCVHANGUP) {
^~
shim_parser.c:1219:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (op >= FIONCLEX && op <= TIOCSERSETMULTI) {
^~