mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
RBIMPL_ATTR_DEPRECATED: enable for GCC 10.3+
They fixed the bug.
This commit is contained in:
parent
e1fe209dd8
commit
1cdc75104d
Notes:
git
2021-08-12 11:29:35 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
#elif RBIMPL_HAS_EXTENSION(attribute_deprecated_with_message)
|
||||
# define RBIMPL_ATTR_DEPRECATED(msg) __attribute__((__deprecated__ msg))
|
||||
|
||||
#elif defined(__cplusplus) && RBIMPL_COMPILER_SINCE(GCC, 10, 1, 0) /* && RBIMPL_COMPILER_BEFORE(GCC, 10, X, Y) */
|
||||
#elif defined(__cplusplus) && RBIMPL_COMPILER_SINCE(GCC, 10, 1, 0) && RBIMPL_COMPILER_BEFORE(GCC, 10, 3, 0)
|
||||
# /* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95302 */
|
||||
# define RBIMPL_ATTR_DEPRECATED(msg) /* disable until they fix this bug */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue