]> git.sur5r.net Git - cc65/blobdiff - src/cc65/error.h
Fixed two compiler warnings.
[cc65] / src / cc65 / error.h
index ce8bacb512bf176d94621aa32982a21853ee777e..5830367e1d37d30fb721a1c440a6eed5c54c6e62 100644 (file)
@@ -6,7 +6,7 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998-2010, Ullrich von Bassewitz                                      */
+/* (C) 1998-2011, Ullrich von Bassewitz                                      */
 /*                Roemerstrasse 52                                           */
 /*                D-70794 Filderstadt                                        */
 /* EMail:         uz@cc65.org                                                */
@@ -38,6 +38,8 @@
 
 
 
+#include <stdio.h>
+
 /* common */
 #include "attrib.h"
 #include "intstack.h"
@@ -106,6 +108,9 @@ IntStack* FindWarning (const char* Name);
  * intstack that holds its state. Return NULL if there is no such warning.
  */
 
+void ListWarnings (FILE* F);
+/* Print a list of warning types/names to the given file */
+
 void ErrorReport (void);
 /* Report errors (called at end of compile) */