* support/Util/SDCCerr.c: added warning "integer overflow in expression"
[fw/sdcc] / support / Util / SDCCerr.c
index f28e15062f9f10b9c7dea1ae62b3a26b4361fe7d..7e46d97ba0631197323b1cf95f6e4e77f614c9d7 100644 (file)
@@ -385,6 +385,8 @@ struct
     "duplicate %s member '%s'" },
 { E_STACK_VIOLATION, ERROR_LEVEL_ERROR,
     "'%s' internal stack %s" },
+{ W_INT_OVL, ERROR_LEVEL_WARNING,
+    "integer overflow in expression" },
 };
 
 /*