Quell warnings about declared but undefined static functions by not declaring
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 4 Feb 2007 23:41:42 +0000 (23:41 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 4 Feb 2007 23:41:42 +0000 (23:41 +0000)
them either.

git-svn-id: svn://svn.tartarus.org/sgt/halibut@7219 cda61777-01e9-0310-a592-d414129be87e

winhelp.c

index 6ad2abb..26c87f3 100644 (file)
--- a/winhelp.c
+++ b/winhelp.c
@@ -198,9 +198,13 @@ static void whlp_file_add_char(struct file *f, int data);
 static void whlp_file_add_short(struct file *f, int data);
 static void whlp_file_add_long(struct file *f, int data);
 static void whlp_file_add_cushort(struct file *f, int data);
+#if 0 /* currently unused */
 static void whlp_file_add_csshort(struct file *f, int data);
+#endif
 static void whlp_file_add_culong(struct file *f, int data);
+#if 0 /* currently unused */
 static void whlp_file_add_cslong(struct file *f, int data);
+#endif
 static void whlp_file_fill(struct file *f, int len);
 static void whlp_file_seek(struct file *f, int pos, int whence);
 static int whlp_file_offset(struct file *f);