diff finch/gntplugin.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 0a5dcdbdc89a
children f5bcb58bdf56 b23211876f47 cc1e35fa774d
line wrap: on
line diff
--- a/finch/gntplugin.c	Wed Jan 02 22:15:06 2008 +0000
+++ b/finch/gntplugin.c	Thu Jan 03 04:57:40 2008 +0000
@@ -171,7 +171,7 @@
 }
 
 static void
-confwin_init()
+confwin_init(void)
 {
 	confwins = g_hash_table_new(g_direct_hash, g_direct_equal);
 }