Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

clang HEAD 12.0.0 (https://github.com/llvm/llvm-project.git 1c19900f9417bd0b832c1cb70863b2439a18647f)

Options
Warnings
Boost 1.73.0
C++17
no pedantic

Author

anonymous

over 4 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-head/include -std=c++17
prog.cc:14:21: warning: unused parameter 'obj' [-Wunused-parameter]
void do_something(T obj)
                    ^
prog.cc:23:10: warning: unused variable 'b' [-Wunused-variable]
    Base b;
         ^
prog.cc:25:9: warning: unused variable 'a' [-Wunused-variable]
    int a = 42;
        ^
3 warnings generated.
Exit Code:
0