summaryrefslogtreecommitdiff
path: root/tests/shell-test.c
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-11-28 23:44:21 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-11-28 23:44:21 +0000
commit790a7bd3be608d9b12a18711d4400490d96b2a46 (patch)
tree86089811332b4bd813f793149b634c8cff2c32aa /tests/shell-test.c
parent55c7329d515ae763674d8ac6e9e30fc6fedad9cf (diff)
downloadglib-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.c1
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;