Ruby 3.5.0dev (2025-08-13 revision a9230e76ee19716c7d2e035be7bd1be9bdca2b59)
warning.h
Go to the documentation of this file.
1#ifndef RBIMPL_HAS_WARNING_H /*-*-C++-*-vi:se ft=cpp:*/
2#define RBIMPL_HAS_WARNING_H
25#if defined(__has_warning)
26# define RBIMPL_HAS_WARNING(_) __has_warning(_)
27#else
28# define RBIMPL_HAS_WARNING(_) 0
29#endif
30
31#endif /* RBIMPL_HAS_WARNING_H */