Language
C++
Compiler
gcc 12.1.0
Options
Warnings
Optimization
Boost 1.79.0
C++2b
-pedantic
$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.79.0-gcc-12.1.0/include -std=c++2b -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++2b -pedantic
prog.cc: In member function 'void Weapon::Attack(const Entity&)':
prog.cc:15:35: warning: unused parameter 'target' [-Wunused-parameter]
15 | void Attack(const Entity& target){
| ~~~~~~~~~~~~~~^~~~~~