Language
C++
Compiler
clang 9.0.0
Options
Warnings
Boost 1.73.0
C++17
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-9.0.0/include -std=c++17
Exit Code:
0
Author
anonymous
over 4 years ago
C++
clang 9.0.0
Author
anonymous
over 4 years ago
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-9.0.0/include -std=c++17
prog.cc:16:22: warning: unused variable 'subTree' [-Wunused-variable]
for (auto const& subTree : mainTree.get_child("my_report")) {
^
1 warning generated.