summaryrefslogtreecommitdiff
path: root/VirtualBox-warning_workaround.patch
diff options
context:
space:
mode:
authorJan Rękorajski2021-02-06 21:14:18 (GMT)
committerJan Rękorajski2021-02-06 21:14:18 (GMT)
commitdad60c7e85b8f1f09e3cbff0624895e9437c6b2b (patch)
treeebb5cbbd44fcf0e77aaa4d3b2ba0cffec2b94afc /VirtualBox-warning_workaround.patch
parent72177e203ed288809149f61b3a3064932d9009ac (diff)
downloadVirtualBox-dad60c7e85b8f1f09e3cbff0624895e9437c6b2b.zip
VirtualBox-dad60c7e85b8f1f09e3cbff0624895e9437c6b2b.tar.gz
- fix building with kernel 4.9.256auto/th/VirtualBox-6.1.18-3
- rel 3
Diffstat (limited to 'VirtualBox-warning_workaround.patch')
-rw-r--r--VirtualBox-warning_workaround.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/VirtualBox-warning_workaround.patch b/VirtualBox-warning_workaround.patch
index 06fe836..37e700b 100644
--- a/VirtualBox-warning_workaround.patch
+++ b/VirtualBox-warning_workaround.patch
@@ -3,7 +3,7 @@ http://www.virtualbox.org/ticket/6715
+++ VirtualBox-3.2.0_OSE/src/VBox/VMM/VMMAll/PGMAllGst.h 2010-05-19 14:07:31.690925013 +0200
@@ -28,6 +28,11 @@ RT_C_DECLS_END
-
+ #endif /* 32BIT, PAE, AMD64 */
+#if defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ == 5
+ // Work around gcc 4.5 producing warnings when a X86PDPE is constructed