Closed phibos closed 7 years ago
During the build the compiler prints some overflow warnings.
ranges.c: In function ‘parse_range’: ranges.c:63:21: warning: overflow in implicit constant conversion [-Woverflow] range->inverted = 1; ^ ranges.c:108:19: warning: overflow in implicit constant conversion [-Woverflow] range->defined = 1; ^
This patch should fix these warnings.
Thanks. Merged.
During the build the compiler prints some overflow warnings.
This patch should fix these warnings.