Language
C++
Compiler
gcc HEAD 10.0.0 20190919 (experimental)
Options
Warnings
Don't Use Boost
C++14
-pedantic
$ g++ prog.cc -Wall -Wextra -std=c++14 -pedantic
Exit Code:
0
Author
anonymous
over 5 years ago
C++
gcc HEAD 10.0.0 20190919 (experimental)
Author
anonymous
over 5 years ago
$ g++ prog.cc -Wall -Wextra -std=c++14 -pedantic
prog.cc:7:3: warning: floating constant truncated to zero [-Woverflow]
7 | double x = CONS(-,10000);
| ^~~~~~
prog.cc:8:3: warning: floating constant exceeds range of 'double' [-Woverflow]
8 | double y = CONS(+,10000);
| ^~~~~~