Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 5 years ago

Language

C++

Compiler

clang HEAD 12.0.0 (https://github.com/llvm/llvm-project.git 6b66f21446b982ec698830d0ea8469cee0b208ac)

Options
Warnings
Boost 1.73.0
C++17
no pedantic

Author

anonymous

over 5 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-head/include -std=c++17
prog.cc:7:7: warning: unused variable 's' [-Wunused-variable]
    S s{1,2};
      ^
1 warning generated.
Exit Code:
0