Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 4 years ago

Language

C++

Compiler

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

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

Author

anonymous

about 4 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-head/include -std=gnu++2b
prog.cc:7:5: warning: declaration does not declare anything [-Wmissing-declarations]
    int; char; double;
    ^~~
prog.cc:7:10: warning: declaration does not declare anything [-Wmissing-declarations]
    int; char; double;
         ^~~~
prog.cc:7:16: warning: declaration does not declare anything [-Wmissing-declarations]
    int; char; double;
               ^~~~~~
3 warnings generated.
1
Exit Code:
0