mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
wrap statement expression with __extension__
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
473aea5636
commit
f651ff638d
1 changed files with 1 additions and 1 deletions
|
@ -2229,7 +2229,7 @@ ERRORFUNC(("variable argument length doesn't match"), int rb_scan_args_length_mi
|
|||
|
||||
# ifdef __GNUC__
|
||||
# define rb_scan_args_verify(fmt, varc) \
|
||||
({ \
|
||||
__extension__ ({ \
|
||||
int verify; \
|
||||
_Pragma("GCC diagnostic push"); \
|
||||
_Pragma("GCC diagnostic ignored \"-Warray-bounds\""); \
|
||||
|
|
Loading…
Add table
Reference in a new issue