rubygem-nokogiri/rubygem-nokogiri-1.6.6.4-shutdown-libxml2-warning.patch
Troy Dawson ccc7ce7b27 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/rubygem-nokogiri#ff5b07897f4ec67a59262a802eeb153be98dfa0e
2020-10-15 06:20:41 -07:00

11 lines
331 B
Diff

--- nokogiri-1.6.6.4/./lib/nokogiri/version.rb.nowarn 2015-11-20 05:50:37.000000000 +0900
+++ nokogiri-1.6.6.4/./lib/nokogiri/version.rb 2015-12-11 14:32:04.151973080 +0900
@@ -34,6 +34,7 @@
end
def warnings
+ return []
return [] unless libxml2?
if compiled_parser_version != loaded_parser_version