diff pidgin/gtkdialogs.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 07eb63fa0bdb
children 62856d0f2e31
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c	Wed Jan 02 22:15:06 2008 +0000
+++ b/pidgin/gtkdialogs.c	Thu Jan 03 04:57:40 2008 +0000
@@ -288,7 +288,7 @@
 	}
 }
 
-static void destroy_about()
+static void destroy_about(void)
 {
 	if (about != NULL)
 		gtk_widget_destroy(about);