Fix warnings from sparse. (#487491, Kjartan Maraas)
authorBehdad Esfahbod <behdad@gnome.org>
Sun, 21 Oct 2007 17:01:29 +0000 (17:01 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Sun, 21 Oct 2007 17:01:29 +0000 (17:01 +0000)
commit9df1f4fcc73807dc0ff4bad96caaba36b97c5a15
tree0f79c4d957b0f47b09981a48e3182e593d39ea58
parentf089429b8539f2666efdfe224b176514d745c9b5
Fix warnings from sparse. (#487491, Kjartan Maraas)

2007-10-21  Behdad Esfahbod  <behdad@gnome.org>

        * glib/gdate.c (g_date_strftime):
        * glib/gmain.c (g_main_context_check):
        * glib/gregex.c (g_match_info_fetch_all), (g_regex_split_full):
        * glib/gthread.c (g_once_init_enter_impl), (g_once_init_leave):
        * glib/gthread.h:
        * glib/gutf8.c (g_utf16_to_utf8), (g_utf16_to_ucs4):
        * tests/errorcheck-mutex-test.c (lock_locked_mutex),
        (trylock_locked_mutex), (unlock_unlocked_mutex),
        (free_locked_mutex), (wait_on_unlocked_mutex),
        (wait_on_otherwise_locked_mutex), (timed_wait_on_unlocked_mutex),
        (timed_wait_on_otherwise_locked_mutex):
        Fix warnings from sparse. (#487491, Kjartan Maraas)

svn path=/trunk/; revision=5792
ChangeLog
glib/gdate.c
glib/gmain.c
glib/gregex.c
glib/gthread.c
glib/gthread.h
glib/gutf8.c
tests/errorcheck-mutex-test.c