Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/libxfcegui4/files: libxfcegui4-4.4.3-64bit-warning.patch
Date: Thu, 06 Nov 2008 13:43:59
Message-Id: E1Ky59Q-0004WZ-0o@stork.gentoo.org
1 angelos 08/11/06 13:43:56
2
3 Added: libxfcegui4-4.4.3-64bit-warning.patch
4 Log:
5 Fix a warning that would otherwise make the build fail with USE=debug, bug 245142
6 (Portage version: 2.2_rc13/cvs/Linux 2.6.28-rc3 x86_64)
7
8 Revision Changes Path
9 1.1 xfce-base/libxfcegui4/files/libxfcegui4-4.4.3-64bit-warning.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/files/libxfcegui4-4.4.3-64bit-warning.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/files/libxfcegui4-4.4.3-64bit-warning.patch?rev=1.1&content-type=text/plain
13
14 Index: libxfcegui4-4.4.3-64bit-warning.patch
15 ===================================================================
16 --- libxfcegui4-4.4.3/libxfcegui4/xfce-appmenuitem.c.orig 2008-11-06 14:36:20.000000000 +0100
17 +++ libxfcegui4-4.4.3/libxfcegui4/xfce-appmenuitem.c 2008-11-06 14:36:35.000000000 +0100
18 @@ -149,7 +149,7 @@
19 g_free(name_locale);
20 } else {
21 g_warning("Invalid UTF-8 in Name at byte %d: %s",
22 - bread, error->message);
23 + (guint)bread, error->message);
24 }
25 }
26 break;