Language
C++
Compiler
gcc 9.1.0
Options
Warnings
Don't Use Boost
Compiler Default
no pedantic
$ g++ prog.cc -Wall -Wextra
Exit Code:
0
Author
anonymous
almost 6 years ago
C++
gcc 9.1.0
Author
anonymous
almost 6 years ago
$ g++ prog.cc -Wall -Wextra
prog.cc: In function 'int main()':
prog.cc:12:14: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'long int' [-Wsign-compare]
12 | return 42ul > numeric_limits<long>::max();
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~