From: Jean-Christophe Amiel <jeanchristophe.amiel@orange.com>
Date: Sun, 20 Apr 2025 23:30:51 +0200
Subject: [PATCH] Replace deprecated libxml2 initGenericErrorDefaultFunc with xmlSetGenericErrorFunc.

Index: packages/hurl/native/libxml.c
--- packages/hurl/native/libxml.c.orig
+++ packages/hurl/native/libxml.c
@@ -1,5 +1,4 @@
 // This callback will prevent from outputting error messages
 // It could not be implemented in Rust, because the function is variadic
-void silentErrorFunc(void *ctx, const char * msg, ...)
-{
+void silentErrorFunc(void *ctx, const char * msg, ...) {
 }
\ No newline at end of file
