Backport upstream pull request for ruby3.2 build issue
Add -Werror=implicit-function explicitly to detect such function
This commit is contained in:
parent
d1919849e7
commit
ee2720c212
4 changed files with 116 additions and 3 deletions
|
|
@ -8,4 +8,4 @@
|
|||
+$CFLAGS = "#{$CFLAGS} " + case RUBY_VERSION
|
||||
when /^1\.9/; '-DRUBY19'
|
||||
when /^2\./; '-DRUBY19'
|
||||
when /^3\./; '-DRUBY19'
|
||||
when /^3\./; '-DRUBY19 -DRUBY30'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue