make this a "const gpointer" rather than a gconstpointer to avoid warnings
authorDan Winship <danw@src.gnome.org>
Fri, 26 Sep 2008 16:00:45 +0000 (16:00 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 26 Sep 2008 16:00:45 +0000 (16:00 +0000)
commitea0970e9ca2e875d47a5bb8982bcd42bcc4f76f6
treec98612be21d63ff5e29239fef556bcbf472939da
parent7afe2bb07a5ab089083d4193f4a1b0bc1591f282
make this a "const gpointer" rather than a gconstpointer to avoid warnings

* glib/gthreadpool.c (wakeup_thread_marker): make this a "const
gpointer" rather than a gconstpointer to avoid warnings later

* glib/pcre/pcre_ucp_searchfuncs.c:
* glib/pcre/pcre_valid_utf8.c: #include "config.h"

* glib/tests/printf.c (test_d): fool gcc into not warning about
some printf format strings that we know are dubious

svn path=/trunk/; revision=7552
ChangeLog
glib/gthreadpool.c
glib/pcre/pcre_ucp_searchfuncs.c
glib/pcre/pcre_valid_utf8.c
glib/tests/printf.c