Misc warning fixes
authorDan Winship <danw@gnome.org>
Fri, 1 May 2009 14:08:52 +0000 (10:08 -0400)
committerDan Winship <danw@gnome.org>
Fri, 1 May 2009 14:37:45 +0000 (10:37 -0400)
commit92ac8d165eae438164cffce01fe92cdcf6488970
treea3594fcf7797ee986f7f29e47d68080e19bfffef
parent36cb01f447b2401195e3c6b577f490e868363630
Misc warning fixes

glib/pcre/pcre_ucp_search_funcs.c, glib/pcre/pcre_valid_utf8.c: add
back missing config.h includes, and this time add them to the copies
in glib/update-pcre/ too so they don't get lost again on the next PCRE
update.

glib/garray.c, glib/gbase64.c: fix signed/unsigned pointer casts

gio/xdgmime/xdgmimeglob.c: remove unused variable

gio/tests/live-g-file.c: fix printf args on x86_64

tests/Makefile.am, tests/regex-test.c: remove redundant -DENABLE_REGEX
gio/tests/live-g-file.c
gio/xdgmime/xdgmimeglob.c
glib/garray.c
glib/gbase64.c
glib/pcre/pcre_ucp_searchfuncs.c
glib/pcre/pcre_valid_utf8.c
glib/update-pcre/pcre_ucp_searchfuncs.c
glib/update-pcre/pcre_valid_utf8.c
tests/Makefile.am
tests/regex-test.c