Skip to content

Commit

Permalink
Fix compile error on gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
cfis committed Oct 20, 2024
1 parent 01dbba4 commit 00d4073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ruby_prof/rp_method.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ VALUE resolve_klass_name(VALUE klass, unsigned int* klass_flags)

st_data_t method_key(VALUE klass, VALUE msym)
{
uint klass_flags = 0;
unsigned int klass_flags = 0;
VALUE resolved_klass = resolve_klass(klass, &klass_flags);

st_data_t hash = rb_hash_start(0);
Expand Down

0 comments on commit 00d4073

Please sign in to comment.