Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

gcc HEAD 10.0.0 20190605 (experimental)

Options
Warnings
Don't Use Boost
C++2a(GNU)
-pedantic-errors

Author

anonymous

over 6 years ago

$ g++ prog.cc -Wall -Wextra -std=gnu++2a -pedantic-errors
prog.cc: In function 'int main()':
prog.cc:2:13: warning: unused variable 'b' [-Wunused-variable]
    2 |     int a=0,b=1,c=2;
      |             ^
Exit Code:
0