Skip to content

Commit 1acce7a

Browse files
nobubyroot
authored andcommitted
Categorize deprecated warning
1 parent bc2c970 commit 1acce7a

File tree

4 files changed

+143
-120
lines changed

4 files changed

+143
-120
lines changed

ext/json/ext/parser/extconf.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
have_func("rb_hash_new_capa", "ruby.h") # RUBY_VERSION >= 3.2
66
have_func("rb_gc_mark_locations", "ruby.h") # Missing on TruffleRuby
77
have_func("rb_hash_bulk_insert", "ruby.h") # Missing on TruffleRuby
8+
have_func("rb_category_warn", "ruby.h") # Missing on TruffleRuby
89

910
append_cflags("-std=c99")
1011

0 commit comments

Comments
 (0)