Created
September 13, 2015 10:59
-
-
Save ewxrjk/64fde4ff96ec8ce593a8 to your computer and use it in GitHub Desktop.
Thanks, GCC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
udplog.c: In function ‘main’: | |
udplog.c:72:5: error: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Werror=strict-overflow] | |
int main(int argc, char **argv) { | |
^ | |
udplog.c:72:5: error: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Werror=strict-overflow] | |
cc1: all warnings being treated as errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See also ewxrjk/disorder@63888cf