Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

clang HEAD 9.0.0 (https://github.com/llvm-mirror/clang.git 176c1186cd8ed4d2893c07c97a9f57560ce45019) (https://github.com/llvm-mirror/llvm.git c30eca2a728d6c9b1ac09833dc8e0e8f0039c536)

Options
Warnings
Boost 1.69.0
C++17(GNU)
no pedantic

Author

anonymous

over 6 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/clang-head/include -std=gnu++17
prog.cc:8:35: warning: unused parameter 'c' [-Wunused-parameter]
    SomeClass(const Container<T>& c) {
                                  ^
prog.cc:21:10: warning: unused variable 'stuff' [-Wunused-variable]
    auto stuff = make_some_class(ints);  
         ^
2 warnings generated.
hello.
Exit Code:
0