diff options
author | Elliot Lee <sopwith@src.gnome.org> | 2000-11-28 23:44:21 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-11-28 23:44:21 +0000 |
commit | 790a7bd3be608d9b12a18711d4400490d96b2a46 (patch) | |
tree | 86089811332b4bd813f793149b634c8cff2c32aa /tests/shell-test.c | |
parent | 55c7329d515ae763674d8ac6e9e30fc6fedad9cf (diff) | |
download | glib-790a7bd3be608d9b12a18711d4400490d96b2a46.tar.gz glib-790a7bd3be608d9b12a18711d4400490d96b2a46.tar.bz2 glib-790a7bd3be608d9b12a18711d4400490d96b2a46.zip |
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.
Diffstat (limited to 'tests/shell-test.c')
-rw-r--r-- | tests/shell-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/shell-test.c b/tests/shell-test.c index aa5c8c655..c71b10d7f 100644 --- a/tests/shell-test.c +++ b/tests/shell-test.c @@ -164,7 +164,6 @@ do_argv_test (const gchar *cmdline, const TestResult *result) static void run_tests (void) { - GError *err; gint i; i = 0; |