aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
authorGravatar Antonio Sanchez <cantonios@google.com>2021-01-20 08:34:00 -0800
committerGravatar Antonio Sanchez <cantonios@google.com>2021-01-20 08:34:00 -0800
commitd5b79811197d72e29219038c130e0e417d671947 (patch)
tree6e55e1028d578f5f6fabe3fe4e2bf31c8b6c1568 /unsupported
parente409795d6bd94a3c29ab08b8f85c4195e61ec992 (diff)
Fix signed-unsigned comparison.
Hex literals are interpreted as unsigned, leading to a comparison between signed max supported function `abcd[0]` (which was negative) to the unsigned literal `0x80000006`. Should not change result since signed is implicitly converted to unsigned for the comparison, but eliminates the warning.
Diffstat (limited to 'unsupported')
0 files changed, 0 insertions, 0 deletions