Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 2 years ago

Language

C++

Compiler

gcc 12.1.0

Options
Warnings
Don't Use Boost
C++11
no pedantic

Author

anonymous

over 2 years ago

$ g++ prog.cc -Wall -Wextra -std=c++11
prog.cc: In copy constructor 'PlayerList::PlayerList(const PlayerList&)':
prog.cc:55:42: warning: unused parameter 'list' [-Wunused-parameter]
   55 | PlayerList::PlayerList(const PlayerList& list){ std::cout << "don't use me!" << std::endl; }
      |                        ~~~~~~~~~~~~~~~~~~^~~~
a (0)
Exit Code:
0