diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-08-09 18:16:24 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-08-09 19:25:18 +0900 |
commit | 9ed196e4876dd15991feee27e7dce1b67783060f (patch) | |
tree | d591952649bf66ed53791cecfebfea8a8f16225a /include/ruby/backward | |
parent | b8f7e8ac6bd177bf25bc9fa057bcb784682e0227 (diff) |
VC warns the same attribute used more than once
Diffstat (limited to 'include/ruby/backward')
-rw-r--r-- | include/ruby/backward/cxxanyargs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/backward/cxxanyargs.hpp b/include/ruby/backward/cxxanyargs.hpp index 92b0a68bcc..05f1f275ef 100644 --- a/include/ruby/backward/cxxanyargs.hpp +++ b/include/ruby/backward/cxxanyargs.hpp @@ -190,7 +190,7 @@ rb_define_hooked_variable(const char *q, VALUE *w, std::nullptr_t e, void_type * /// @name Exceptions and tag jumps /// @{ -RUBY_CXX_DEPRECATED("by rb_block_call since 1.9") +// RUBY_CXX_DEPRECATED("by rb_block_call since 1.9") RUBY_CXX_DEPRECATED("Use of ANYARGS in this function is deprecated") /// @brief Old way to implement iterators. /// @param[in] q A function that can yield. |