Mercurial > pidgin.yaz
diff pidgin/plugins/markerline.c @ 22007:c38d72677c8a
Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
the existing warnings. I removed a handful of dead code and cleaned up a
couple of things that I stumbled across.
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Thu, 03 Jan 2008 04:57:40 +0000 |
| parents | 3cc856ca2338 |
| children | 47731d2e9fe4 |
line wrap: on
line diff
--- a/pidgin/plugins/markerline.c Wed Jan 02 22:15:06 2008 +0000 +++ b/pidgin/plugins/markerline.c Thu Jan 03 04:57:40 2008 +0000 @@ -190,13 +190,13 @@ } static void -detach_from_all_windows() +detach_from_all_windows(void) { g_list_foreach(pidgin_conv_windows_get_list(), (GFunc)detach_from_pidgin_window, NULL); } static void -attach_to_all_windows() +attach_to_all_windows(void) { g_list_foreach(pidgin_conv_windows_get_list(), (GFunc)attach_to_pidgin_window, NULL); }
