Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 3 years ago

Language

C++

Compiler

gcc 12.1.0

Options
Warnings
Optimization
Boost 1.79.0
C++2b
-pedantic

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){
      |                     ~~~~~~~~~~~~~~^~~~~~
Exit Code:
0