drop extra args to rb_funcall
commitcf701d8a266e6b88e62635590c8c078ccc8781bf
authorEric Wong <e@80x24.org>
Tue, 30 Jan 2018 23:56:12 +0000 (30 23:56 +0000)
committerEric Wong <e@80x24.org>
Tue, 30 Jan 2018 23:59:11 +0000 (30 23:59 +0000)
tree38013410209329dd1b5a75a9baf87a57788cca1a
parent18049d5b11ceab7cf3b7ea800b87cb122bf59664
drop extra args to rb_funcall

Having extra args was harmless in Ruby 2.4, but Ruby 2.5 with
newer versions of clang are not happy about it.  Eventually this
may be fixed in Ruby 2.5.1: https://bugs.ruby-lang.org/issues/14425
ext/posix_mq/posix_mq.c