diff libpurple/savedstatuses.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 f215729af7a7
children 98fd7c994d68
line wrap: on
line diff
--- a/libpurple/savedstatuses.c	Wed Jan 02 22:15:06 2008 +0000
+++ b/libpurple/savedstatuses.c	Thu Jan 03 04:57:40 2008 +0000
@@ -190,7 +190,7 @@
  * does the expiration.
  */
 static void
-remove_old_transient_statuses()
+remove_old_transient_statuses(void)
 {
 	GList *l, *next;
 	PurpleSavedStatus *saved_status, *current_status;