Language
C++
Compiler
gcc 12.1.0
Options
Warnings
Optimization
Boost 1.79.0
C++11
-pedantic
$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.79.0-gcc-12.1.0/include -std=c++11 -pedantic
Exit Code:
0
Author
anonymous
almost 3 years ago
C++
gcc 12.1.0
Author
anonymous
almost 3 years ago
$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.79.0-gcc-12.1.0/include -std=c++11 -pedantic
prog.cc: In function 'void testTemplateConstructor()':
prog.cc:42:22: warning: variable 'cd' set but not used [-Wunused-but-set-variable]
42 | complex<double> cd = cf;
| ^~