1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

VC warns the same attribute used more than once

This commit is contained in:
Nobuyoshi Nakada 2021-08-09 18:16:24 +09:00
parent b8f7e8ac6b
commit 9ed196e487
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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.