From 9ed196e4876dd15991feee27e7dce1b67783060f Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 9 Aug 2021 18:16:24 +0900 Subject: VC warns the same attribute used more than once --- include/ruby/backward/cxxanyargs.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ruby') 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. -- cgit v1.2.3