Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 5 years ago

Language

C++

Compiler

clang 9.0.0

Options
Warnings
Don't Use Boost
C++17
-pedantic

Author

anonymous

over 5 years ago

$ clang++ prog.cc -Wall -Wextra -std=c++17 -pedantic
prog.cc:19:12: warning: unused variable 'x' [-Wunused-variable]
    double x[] = {std::forward<int>(600)};
           ^
1 warning generated.
Exit Code:
0