bc: Add 'U' suffix in UINT_MAX preprocessor check
authorKang-Che Sung <explorer09@gmail.com>
Thu, 5 Sep 2019 15:40:38 +0000 (23:40 +0800)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 12 Sep 2019 10:23:46 +0000 (12:23 +0200)
commitf159352112671e3c1e07356ebf6f590d8f79c8ff
tree2540212169fb41dc91d314adc10a74220ec7a573
parent4a9daf2b93e455b444f43f9cde309c7f235f6fb5
bc: Add 'U' suffix in UINT_MAX preprocessor check

Without the 'U' unsigned suffix, gcc will throw a "integer constant is
so large that it is unsigned" warning.

Signed-off-by: Kang-Che Sung <explorer09@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/bc.c