X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2FUtil%2FSDCCerr.h;h=ce20b85343400db201487adc2a1e763c9d688a28;hb=315208ed05c5115661982da0deff5558c74042be;hp=fcd04ea873b4d08b0ea4eaa3bf66a39ba70cada7;hpb=6ee15bab55d0361109f8e88cef42da015cb574e5;p=fw%2Fsdcc diff --git a/support/Util/SDCCerr.h b/support/Util/SDCCerr.h index fcd04ea8..ce20b853 100644 --- a/support/Util/SDCCerr.h +++ b/support/Util/SDCCerr.h @@ -175,6 +175,9 @@ SDCCERR - SDCC Standard error handler #define W_CAST_STRUCT_PTR 157 /* pointer to different structure types */ #define W_IF_ALWAYS_TRUE 158 #define E_PARAM_NAME_OMITTED 159 +#define W_NO_FILE_ARG_IN_C1 160 +#define E_NEED_OPT_O_IN_C1 161 +#define W_ILLEGAL_OPT_COMBINATION 162 /** Describes the maximum error level that will be logged. Any level * includes all of the levels listed after it.