mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
ruby: fix compiler warning on third argument of function weechat_ruby_hash_foreach_cb
This commit is contained in:
@@ -178,7 +178,7 @@ weechat_ruby_hashtable_to_hash (struct t_hashtable *hashtable)
|
||||
*/
|
||||
|
||||
int
|
||||
weechat_ruby_hash_foreach_cb (VALUE key, VALUE value, void *arg)
|
||||
weechat_ruby_hash_foreach_cb (VALUE key, VALUE value, VALUE arg)
|
||||
{
|
||||
struct t_hashtable *hashtable;
|
||||
const char *type_values;
|
||||
|
||||
Reference in New Issue
Block a user