summaryrefslogtreecommitdiff
path: root/ext/fcntl
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2020-03-04 15:46:26 +0900
committerYusuke Endoh <mame@ruby-lang.org>2020-03-04 15:46:26 +0900
commit87f6154bb4c67ca77ee353bb1fe25a922036c0e5 (patch)
treef2a3e50e57b2e42c3b1419980d368493c5ac89b8 /ext/fcntl
parent16415fefc14e1419d5587288fb6a69fe5ccf94ba (diff)
Revert "Revert "[ruby/fiddle] Use ffi_closure_free by default. (#20)""
This reverts commit efd641ffab34e433a8d8a7d78914576f2425aa90. This changeset seems to be needed to suppress a warning on Ubuntu 20.04 https://rubyci.org/logs/rubyci.s3.amazonaws.com/ubuntu/ruby-master/log/20200304T033004Z.log.html.gz ``` closure.c:264:5: warning: 'ffi_prep_closure' is deprecated: use ffi_prep_closure_loc instead [-Wdeprecated-declarations] 264 | result = ffi_prep_closure(pcl, cif, callback, (void *)self); | ^~~~~~ ``` I guess there was a reason why the commit was reverted (maybe some CIs failed?), so try it again.
Diffstat (limited to 'ext/fcntl')
0 files changed, 0 insertions, 0 deletions