Fix warnings.
authorElliot Lee <sopwith@src.gnome.org>
Tue, 28 Nov 2000 23:44:21 +0000 (23:44 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Tue, 28 Nov 2000 23:44:21 +0000 (23:44 +0000)
commit790a7bd3be608d9b12a18711d4400490d96b2a46
tree86089811332b4bd813f793149b634c8cff2c32aa
parent55c7329d515ae763674d8ac6e9e30fc6fedad9cf
Fix warnings.

* gmarkup.c: Fix warnings.

* guniprop.c, gunidecomp.c: Make warnings go away by using
GPOINTER_TO_INT() instead of (int).

* gcompletion.[ch]: Add g_completion_set_compare(),
to allow (for example) using case-insensitive completion.

* gobject/gsignal.c: Fix warnings about possible use of uninitialized
variables, and fix logic that would leave 'node' unset in cases
that it might be used in.

* gobject/glib-genmarshal.c: Fix warning about printf format.
22 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gcompletion.c
gcompletion.h
glib/gcompletion.c
glib/gcompletion.h
glib/gmarkup.c
glib/gunidecomp.c
glib/guniprop.c
gmarkup.c
gobject/ChangeLog
gobject/glib-genmarshal.c
gobject/gsignal.c
gunidecomp.c
guniprop.c
tests/shell-test.c