]> git.pld-linux.org Git - packages/VirtualBox.git/blame - VirtualBox-warning_workaround.patch
install VBoxClient-all, drop xinitrc.d, assume modern desktop for autostart stuff
[packages/VirtualBox.git] / VirtualBox-warning_workaround.patch
CommitLineData
6dd6e6bc 1http://www.virtualbox.org/ticket/6715
2--- VirtualBox-3.2.0_OSE/src/VBox/VMM/VMMAll/PGMAllGst.h.ark 2010-05-19 14:01:59.307802654 +0200
3+++ VirtualBox-3.2.0_OSE/src/VBox/VMM/VMMAll/PGMAllGst.h 2010-05-19 14:07:31.690925013 +0200
4@@ -28,6 +28,11 @@ RT_C_DECLS_END
5
6
7
8+#if defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ == 5
9+ // Work around gcc 4.5 producing warnings when a X86PDPE is constructed
10+ // while the Makefiles use -Werror
11+#pragma GCC diagnostic warning "-Wuninitialized"
12+#endif
13 /**
14 * Gets effective Guest OS page information.
15 *
This page took 0.028188 seconds and 4 git commands to generate.