Fixed bug #748310 (pointer to function type mishandled when the
[fw/sdcc] / support / Util / SDCCerr.h
index bb8510e42932729a9e96970df520fa3df3f75013..a2ed448dc680833af19face03bbeb97805aa1148 100644 (file)
@@ -182,6 +182,9 @@ SDCCERR - SDCC Standard error handler
 #define E_STACK_VIOLATION 164       /* internal stack violation */
 #define W_INT_OVL 165               /* integer overflow in expression */
 #define W_USELESS_DECL 166         /* useless declaration */
+#define E_INT_BAD_INTNO 167         /* invalid interrupt number */
+#define W_BITFLD_NAMED 168          /* declarator used with 0 length bitfield */
+#define E_FUNC_ATTR 169             /* function attribute without function */
 
 /** Describes the maximum error level that will be logged.  Any level
  *  includes all of the levels listed after it.