Skip to content

Commit 35324a1

Browse files
authored
Merge pull request #687 from nobu/warn-category
Categorize deprecated warning
2 parents 4b86e06 + 1acce7a commit 35324a1

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)