Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

clang HEAD 13.0.0 (https://github.com/llvm/llvm-project.git c68d2895a1f4019b387c69d1e5eec31b0eb5e7b0)

Options
Warnings
Boost 1.73.0
C++2b(GNU)
no pedantic

Author

anonymous

over 4 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-head/include -std=gnu++2b
prog.cc:8:17: warning: unused variable 'size' [-Wunused-variable]
            int size = sizeof(U);
                ^
prog.cc:19:17: warning: unused variable 'size' [-Wunused-variable]
            int size = sizeof(U);
                ^
2 warnings generated.
123123
Exit Code:
0