X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2FUtil%2FSDCCerr.h;h=92abb906069363fe2b71d58d7d8fdf21472f7864;hb=8332acb8ebcdd1490779c012db097c74c71d039e;hp=1233f5a824c32632a85dcf4b91463122a86df3ba;hpb=c60c0a046c95eee2c51d3540a368a50b7364d5fd;p=fw%2Fsdcc diff --git a/support/Util/SDCCerr.h b/support/Util/SDCCerr.h index 1233f5a8..92abb906 100644 --- a/support/Util/SDCCerr.h +++ b/support/Util/SDCCerr.h @@ -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 */