]> git.sur5r.net Git - cc65/blobdiff - src/cc65/error.h
Added the io module
[cc65] / src / cc65 / error.h
index 6e2912c9ee0d17b7e9c486eab3fffe3f3ed9ebb2..e5e72ece207c0ac8344b8300079d1ec043b6db82 100644 (file)
@@ -60,7 +60,8 @@ enum Warnings {
     WARN_UNUSED_ITEM,
     WARN_CONSTANT_IS_LONG,
     WARN_NESTED_COMMENT,
-    WARN_COUNT                         /* Warning count */
+    WARN_USELESS_DECL,
+    WARN_COUNT                         /* Warning count */
 };
 
 /* Error numbers */
@@ -142,6 +143,7 @@ enum Errors {
     ERR_ILLEGAL_SIZE,
     ERR_FASTCALL,
     ERR_UNKNOWN_SIZE,
+    ERR_UNKNOWN_IDENT,
     ERR_COUNT                          /* Error count */
 };