Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C++

Compiler

clang HEAD 9.0.0 (https://github.com/llvm-mirror/clang.git 31c307cf96ef1b6a4d0c542d18ebfd7a307ae9b0) (https://github.com/llvm-mirror/llvm.git 9dcce983ad776b43a12173c341ab1f688ff15874)

Options
Warnings
Boost 1.69.0
C++11
no pedantic

Author

anonymous

about 6 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/clang-head/include -std=c++11
prog.cc:9:29: warning: unused parameter 'nodes' [-Wunused-parameter]
bool isCorrect(const Node (&nodes)[N])
                            ^
1 warning generated.
CORRECT
Exit Code:
0