Author
anonymous
almost 5 years ago
$
prog.cc: In function 'int main()': prog.cc:7:20: warning: overflow in conversion from 'long int' to 'int' changes value from '4294967296' to '0' [-Woverflow] 7 | a = 2147483648 + 2147483648; | ~~~~~~~~~~~^~~~~~~~~~~~ 0
prog.cc: In function 'int main()': prog.cc:7:20: warning: overflow in conversion from 'long int' to 'int' changes value from '4294967296' to '0' [-Woverflow] 7 | a = 2147483648 + 2147483648; | ~~~~~~~~~~~^~~~~~~~~~~~
0