seed r618 - in trunk: . libseed
- From: racarr svn gnome org
- To: svn-commits-list gnome org
- Subject: seed r618 - in trunk: . libseed
- Date: Thu, 1 Jan 2009 10:57:52 +0000 (UTC)
Author: racarr
Date: Thu Jan 1 10:57:52 2009
New Revision: 618
URL: http://svn.gnome.org/viewvc/seed?rev=618&view=rev
Log:
Fix some warnings...that only seem to exist on the GCC used by
launchpads build stuff.
Modified:
trunk/libseed/seed-closure.c
trunk/ltmain.sh
Modified: trunk/libseed/seed-closure.c
==============================================================================
--- trunk/libseed/seed-closure.c (original)
+++ trunk/libseed/seed-closure.c Thu Jan 1 10:57:52 2009
@@ -140,7 +140,6 @@
{
GITypeInfo *arg_type;
GITypeTag tag;
- GType type;
GArgument *arg = &rarg;
arg_info = g_callable_info_get_arg(privates->info, i);
@@ -250,7 +249,7 @@
{
gchar *mes = seed_exception_to_string(ctx,
exception);
- g_warning("Exception in closure marshal. %s \n", mes, 0);
+ g_warning("Exception in closure marshal. %s \n", mes);
g_free(mes);
exception = 0;
}
@@ -352,8 +351,6 @@
ffi_cif *cif;
ffi_closure *closure;
ffi_type **arg_types;
- ffi_arg result;
- ffi_status status;
GITypeInfo *return_type;
GIArgInfo *arg_info;
gint num_args, i;
Modified: trunk/ltmain.sh
==============================================================================
--- trunk/ltmain.sh (original)
+++ trunk/ltmain.sh Thu Jan 1 10:57:52 2009
@@ -65,7 +65,7 @@
# compiler: $LTCC
# compiler flags: $LTCFLAGS
# linker: $LD (gnu? $with_gnu_ld)
-# $progname: (GNU libtool) 2.2.4 Debian-2.2.4-0ubuntu4
+# $progname: (GNU libtool) 2.2.4 Debian-2.2.4-0ubuntu5
# automake: $automake_version
# autoconf: $autoconf_version
#
@@ -73,7 +73,7 @@
PROGRAM=ltmain.sh
PACKAGE=libtool
-VERSION="2.2.4 Debian-2.2.4-0ubuntu4"
+VERSION="2.2.4 Debian-2.2.4-0ubuntu5"
TIMESTAMP=""
package_revision=1.2976
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]