aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Druzenko <vvd@FreeBSD.org>2025-06-04 01:04:04 +0000
committerVladimir Druzenko <vvd@FreeBSD.org>2025-06-04 01:04:04 +0000
commit2314a49511237890c2f018fde71e81766c54c9ff (patch)
treebde0a22b268eda6d6615beb61e7d4eec1c141dc0
parentc93ef532577709883acbf3a3bdf3447962d4b9f3 (diff)
-rw-r--r--emulators/virtualbox-ose-legacy/files/patch-src_VBox_Runtime_r3_xml.cpp2
-rw-r--r--emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r3_xml.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/virtualbox-ose-legacy/files/patch-src_VBox_Runtime_r3_xml.cpp b/emulators/virtualbox-ose-legacy/files/patch-src_VBox_Runtime_r3_xml.cpp
index ae097a96d33c..79dd02e083d7 100644
--- a/emulators/virtualbox-ose-legacy/files/patch-src_VBox_Runtime_r3_xml.cpp
+++ b/emulators/virtualbox-ose-legacy/files/patch-src_VBox_Runtime_r3_xml.cpp
@@ -5,7 +5,7 @@
}
+#if LIBXML_VERSION >= 21206
-+static void xmlStructuredErrorFunc(void *userData, const xmlError *error) RT_NOTHROW_DEF
++static void xmlStructuredErrorFunc(void *userData, const xmlError *error)
+{
+ NOREF(userData);
+ NOREF(error);
diff --git a/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r3_xml.cpp b/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r3_xml.cpp
index 7be568f82f37..9f17777fdc2a 100644
--- a/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r3_xml.cpp
+++ b/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_r3_xml.cpp
@@ -5,7 +5,7 @@
}
+#if LIBXML_VERSION >= 21206
-+static void xmlStructuredErrorFunc(void *userData, const xmlError *error) RT_NOTHROW_DEF
++static void xmlStructuredErrorFunc(void *userData, const xmlError *error)
+{
+ NOREF(userData);
+ NOREF(error);