ruby/ext/dl
nobu d0536f6514 dl/dl.h: suppress warning
* ext/dl/dl.h (dlopen): suppress unused-but-set-variable warning.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-04-05 07:46:26 +00:00
..
callback * ext/dl/callback/mkcallback.rb (gencallback): suppress unused 2012-01-14 13:24:12 +00:00
lib * ext/dl/lib/dl/func.rb (DL::Function#unbind, #bound?): suppress NoMethodError when Fiddle is available. [ruby-core:50756] [Bug #7543] 2012-12-11 15:24:31 +00:00
win32 * ext/dl/win32/extconf.rb: Fix typo 2012-12-11 03:02:04 +00:00
cfunc.c * ext/dl/cfunc.c (rb_dlcfunc_call): also needed the workaround for VC8 2012-07-03 03:10:02 +00:00
cptr.c * ext/dl/cptr.c (rb_dlptr_new2): remove unused variable. 2012-01-30 21:47:35 +00:00
depend * ext/dl: revert dl with libffi because it can't run on mswin now. 2010-02-25 22:49:20 +00:00
dl.c * ext/dl: Added documentation. Patch by Vincent Batts. 2012-05-30 22:48:42 +00:00
dl.h dl/dl.h: suppress warning 2013-04-05 07:46:26 +00:00
extconf.rb * ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_t 2012-02-25 05:47:16 +00:00
handle.c * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control 2012-04-13 23:45:37 +00:00