-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
ruby --version
truffleruby 24.1.1, like ruby 3.2.4, Oracle GraalVM Native [x86_64-linux]
gem install fast_trie
compiling trie.c
trie.c: In function ‘rb_trie_has_key’:
trie.c:84:8: error: implicit declaration of function ‘trie_has_key’; did you mean ‘rb_trie_has_key’? [-Werror=implicit-function-declaration]
84 | if(trie_has_key(trie, (TrieChar*)RSTRING_PTR(key)))
| ^~~~~~~~~~~~
| rb_trie_has_key
cc1: some warnings being treated as errors
make: *** [Makefile:486: trie.o] Error 1
Metadata
Metadata
Assignees
Labels
No labels