changeset 1:351e96e01f4c

Fix a warning.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Mar 2008 00:25:03 +0000
parents 728243125263
children ecfa4e3597e3
files nnchat.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nnchat.c	Thu Mar 20 00:15:03 2008 +0000
+++ b/nnchat.c	Thu Mar 20 00:25:03 2008 +0000
@@ -60,8 +60,12 @@
 
 
 #ifdef __WIN32
+/* Just a bogus stub
+ */
 const char *hstrerror(int err)
 {
+	(void) err;
+
 	return "???";
 }
 #endif