Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 4 years ago

Language

C++

Compiler

gcc 10.1.0

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

Author

anonymous

about 4 years ago

$ g++ prog.cc -Wall -Wextra -std=c++11 -pedantic
prog.cc: In member function 'JobsList::JobEntry* JobsList::getLastJob(int*)':
prog.cc:15:47: warning: unused parameter 'lastJobId' [-Wunused-parameter]
   15 | JobsList::JobEntry *JobsList::getLastJob(int *lastJobId) {
      |                                          ~~~~~^~~~~~~~~
Exit Code:
0