Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 3 years ago

Language

C++

Compiler

gcc HEAD 12.0.0 20210721 (experimental)

Options
Warnings
Boost 1.73.0
C++2b(GNU)
no pedantic

Author

anonymous

over 3 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2b
prog.cc: In function 'int main(int, char**)':
prog.cc:3:14: warning: unused parameter 'c' [-Wunused-parameter]
    3 | int main(int c, char** s)
      |          ~~~~^
prog.cc:3:24: warning: unused parameter 's' [-Wunused-parameter]
    3 | int main(int c, char** s)
      |                 ~~~~~~~^
tola
Bdios
Jgosto
Exit Code:
0