Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

clang HEAD 8.0.0 (https://github.com/llvm-mirror/clang.git 43436b31e62c45dcac4c2306184ca7f56785f9bc) (https://github.com/llvm-mirror/llvm.git 1ea2e05be9ed7665d54fdcefeb1746342be5bb78)

Options
Warnings
Boost 1.69.0
C++17
no pedantic

Author

anonymous

over 6 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/clang-head/include -std=c++17
prog.cc:22:7: warning: unused variable 'a' [-Wunused-variable]
    A a{AFactory()};
      ^
1 warning generated.
Exit Code:
0