Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C++

Compiler

clang 9.0.0

Options
Warnings
Optimization
Boost 1.72.0
C++2a(GNU)
-pedantic-errors

Author

anonymous

about 6 years ago

$ clang++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.72.0/clang-9.0.0/include -std=gnu++2a -pedantic-errors
prog.cc:14:18: warning: variable 'b' is uninitialized when used here [-Wuninitialized]
    std::cout << b << std::endl;
                 ^
prog.cc:13:10: note: initialize the variable 'b' to silence this warning
    int b;
         ^
          = 0
1 warning generated.
-496600312
-846379136
Exit Code:
0