diff libpurple/plugins/ssl/ssl-nss.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 d7c62b220ed0
line wrap: on
line diff
--- a/libpurple/plugins/ssl/ssl-nss.c	Wed Jan 02 22:15:06 2008 +0000
+++ b/libpurple/plugins/ssl/ssl-nss.c	Thu Jan 03 04:57:40 2008 +0000
@@ -109,7 +109,7 @@
 	}
 }
 
-static gchar *get_error_text()
+static gchar *get_error_text(void)
 {
 	PRInt32 len = PR_GetErrorTextLength();
 	gchar *ret = NULL;