commit | f159352112671e3c1e07356ebf6f590d8f79c8ff | [log] [tgz] |
---|---|---|
author | Kang-Che Sung <explorer09@gmail.com> | Thu Sep 05 23:40:38 2019 +0800 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Sep 12 12:23:46 2019 +0200 |
tree | 2540212169fb41dc91d314adc10a74220ec7a573 | |
parent | 4a9daf2b93e455b444f43f9cde309c7f235f6fb5 [diff] |
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>