* support/Util/SDCCerr.c: added warning "integer overflow in expression"
[fw/sdcc] / support / Util / SDCCerr.h
index c78100c24aa307d731e5a1e4f91bd0a11fe1b9c0..70dade38beb4c94b6f6c2f5a922249bdc682e522 100644 (file)
@@ -180,6 +180,7 @@ SDCCERR - SDCC Standard error handler
 #define W_ILLEGAL_OPT_COMBINATION 162
 #define E_DUPLICATE_MEMBER 163
 #define E_STACK_VIOLATION 164       /* internal stack violation */
+#define W_INT_OVL 165               /* integer overflow in expression */
 
 /** Describes the maximum error level that will be logged.  Any level
  *  includes all of the levels listed after it.