* clean.mk: fixed removal of files in bin/CVS/
[fw/sdcc] / support / Util / SDCCerr.c
index f7b4a282968f6e76fa2806ddf851d7a0d74b34fd..af987ae31b3eed4f67f67bdd3239f61e1331dd99 100644 (file)
@@ -385,7 +385,7 @@ struct
     "duplicate %s member '%s'" },
 { E_STACK_VIOLATION, ERROR_LEVEL_ERROR,
     "'%s' internal stack %s" },
-{ W_INT_OVL, ERROR_LEVEL_WARNING,
+{ W_INT_OVL, ERROR_LEVEL_PEDANTIC,
     "integer overflow in expression" },
 { W_USELESS_DECL, ERROR_LEVEL_WARNING,
     "useless declaration (possible use of keyword as variable name)" },