Ruby
3.3.7p123 (2025-01-15 revision be31f993d7fa0219d85f7b3c694d454da4ecc10b)
include
ruby
internal
has
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
23
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 */
Generated by
1.13.2