Skip to content

Instantly share code, notes, and snippets.

@ewxrjk
Created September 13, 2015 10:59
Show Gist options
  • Save ewxrjk/64fde4ff96ec8ce593a8 to your computer and use it in GitHub Desktop.
Save ewxrjk/64fde4ff96ec8ce593a8 to your computer and use it in GitHub Desktop.
Thanks, GCC
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
@ewxrjk
Copy link
Author

ewxrjk commented Sep 13, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment