mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
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.
This commit is contained in:
@@ -164,7 +164,6 @@ do_argv_test (const gchar *cmdline, const TestResult *result)
|
||||
static void
|
||||
run_tests (void)
|
||||
{
|
||||
GError *err;
|
||||
gint i;
|
||||
|
||||
i = 0;
|
||||
|
Reference in New Issue
Block a user