[SCM] A client for connecting to 3D metaverses such as Linden Labs Secondlife(tm) and OpenSim grids branch, master, updated. upstream/1.21.1-84-g2cf70b5
Robin Cornelius
robin.cornelius at gmail.com
Wed Sep 10 18:29:22 UTC 2008
The following commit has been merged in the master branch:
commit 3b8445f30d738a4a62746042fa5bcbcb40f343c8
Author: Robin Cornelius <robin.cornelius at gmail.com>
Date: Wed Sep 10 19:25:20 2008 +0100
Fix some final build mistakes in a pbuilder
diff --git a/debian/patches/gcc_warning_on_llwindowsdl_var_not_set.patch b/debian/patches/gcc_warning_on_llwindowsdl_var_not_set.patch
new file mode 100644
index 0000000..0ea2ec4
--- /dev/null
+++ b/debian/patches/gcc_warning_on_llwindowsdl_var_not_set.patch
@@ -0,0 +1,12 @@
+Index: slviewer/indra/llwindow/llwindowsdl.cpp
+===================================================================
+--- slviewer.orig/indra/llwindow/llwindowsdl.cpp 2008-09-10 12:44:33.000000000 +0100
++++ slviewer/indra/llwindow/llwindowsdl.cpp 2008-09-10 12:45:21.000000000 +0100
+@@ -2637,6 +2637,7 @@
+ orig_color.red = guint16(65535 * *r);
+ orig_color.green= guint16(65535 * *g);
+ orig_color.blue = guint16(65535 * *b);
++ orig_color.pixel = -1; //Default this to something or the copy next will produce a gcc warning
+ color = orig_color;
+
+ gtk_color_selection_set_previous_color (colorsel, &color);
--
A client for connecting to 3D metaverses such as Linden Labs Secondlife(tm) and OpenSim grids
More information about the Pkg-games-commits
mailing list