Author
anonymous
almost 8 years ago
Language
Compiler
Options
Author
anonymous
almost 8 years ago
$
In file included from prog.cc:1:
/opt/wandbox/clang-head/include/c++/v1/stdio.h:20:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
#define _LIBCPP_STDIO_H
^
In file included from prog.cc:1:
In file included from /opt/wandbox/clang-head/include/c++/v1/stdio.h:102:
/opt/wandbox/clang-head/include/c++/v1/__config:12:9: warning: macro name is a reserved identifier [-Wreserved-id-macro]
#define _LIBCPP_CONFIG
^
prog.cc:11:2: warning: C++98 requires newline at end of file [-Wc++98-compat-pedantic]
}
^
3 warnings generated.
This can be bad2...
Exit Code:
0