diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-08-08 17:23:56 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-08-09 11:21:56 +0900 |
commit | a14671a6b6ad69bab443df75a3472575e2cc0dbc (patch) | |
tree | d5e3017f7723aa711dc76b837a45fed1c4799fc1 /include/ruby/backward/cxxanyargs.hpp | |
parent | f584dc5a11d389a24a504b6066b74d1388f6164b (diff) |
Suppress warnings in C++2a
* bitwise operation between different enumeration types
('ruby_value_type' and 'ruby_fl_type') is deprecated
[-Wdeprecated-enum-enum-conversion]
* volatile-qualified parameter type 'volatile int' is deprecated
[-Wdeprecated-volatile]
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4720
Diffstat (limited to 'include/ruby/backward/cxxanyargs.hpp')
0 files changed, 0 insertions, 0 deletions