Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 3 years ago

Language

C++

Compiler

clang 13.0.0

Options
Warnings
Boost 1.78.0
C++17
-pedantic

Author

anonymous

about 3 years ago

noname

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.78.0-clang-13.0.0/include -std=c++17 -pedantic
prog.cc:19:5: warning: variable 'tag1' is uninitialized when used here [-Wuninitialized]
    tag1->tag_name = "tag1";
    ^~~~
prog.cc:18:14: note: initialize the variable 'tag1' to silence this warning
    tag* tag1;
             ^
              = nullptr
1 warning generated.
Signal:
Segmentation fault