* .version: bumped version number to 2.4.5
[fw/sdcc] / support / Util / SDCCerr.h
index 1233f5a824c32632a85dcf4b91463122a86df3ba..92abb906069363fe2b71d58d7d8fdf21472f7864 100644 (file)
@@ -194,6 +194,7 @@ SDCCERR - SDCC Standard error handler
 #define E_SIZEOF_INCOMPLETE_TYPE      176 /* sizeof applied to an incomplete type */
 #define E_PREVIOUS_DEF                177 /* previously defined here */
 #define W_SIZEOF_VOID                 178 /* size of void is zero */
+#define W_POSSBUG2                    179 /* possible bug, new format */
 
 #define MAX_ERROR_WARNING             256 /* size of disable warnings array */