Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

gcc HEAD 11.0.0 20210120 (experimental)

Options
Warnings
Don't Use Boost
C++17
no pedantic
Raw compiler options
-O2
Raw runtime options
hello123

Author

anonymous

over 4 years ago

$ g++ prog.cc -Wall -Wextra -std=c++17 -O2
prog.cc: In function 'int main(int, char**)':
prog.cc:12:15: warning: unused parameter 'argc' [-Wunused-parameter]
   12 | int main( int argc, char *argv[] )
      |           ~~~~^~~~
hello123
strlen 8
Exit Code:
0