Ruby
3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
internal
warnings.h
Go to the documentation of this file.
1
#ifndef INTERNAL_WARNINGS_H
/*-*-C-*-vi:se ft=c:*/
2
#define INTERNAL_WARNINGS_H
12
#include "
ruby/internal/warning_push.h
"
13
#define COMPILER_WARNING_PUSH RBIMPL_WARNING_PUSH()
14
#define COMPILER_WARNING_POP RBIMPL_WARNING_POP()
15
#define COMPILER_WARNING_ERROR(flag) RBIMPL_WARNING_ERROR(flag)
16
#define COMPILER_WARNING_IGNORED(flag) RBIMPL_WARNING_IGNORED(flag)
17
#endif
/* INTERNAL_WARNINGS_H */
warning_push.h
Defines RBIMPL_WARNING_PUSH.
Generated by
1.9.5