Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C++

Compiler

clang 8.0.0

Options
Warnings
Boost 1.73.0
C++2a(GNU)
no pedantic
Raw compiler options
-Weverything

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-8.0.0/include -std=gnu++2a -Weverything
prog.cc:1:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
#define __HOGE
        ^
prog.cc:1:9: warning: macro is not used [-Wunused-macros]
2 warnings generated.
Exit Code:
0