Mercurial > pidgin.yaz
diff pidgin/plugins/pidginrc.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 | 9a39d47a9cd3 |
| children | 0d0f99cd425e |
line wrap: on
line diff
--- a/pidgin/plugins/pidginrc.c Wed Jan 02 22:15:06 2008 +0000 +++ b/pidgin/plugins/pidginrc.c Thu Jan 03 04:57:40 2008 +0000 @@ -95,7 +95,7 @@ */ static GString * -make_gtkrc_string() +make_gtkrc_string(void) { gint i; gchar *prefbase = NULL; @@ -185,7 +185,7 @@ } static void -purplerc_make_changes() +purplerc_make_changes(void) { GString *str = make_gtkrc_string(); #if GTK_CHECK_VERSION(2,4,0)
