fixed bug #467142
[fw/sdcc] / support / Util / SDCCerr.c
index 15e2618b3fb43c41e41afe290990a2dac921c689..ad1e1abee9c06cc335ddd7a6cd091c90fd7e546a 100644 (file)
@@ -366,6 +366,8 @@ struct
     "converting integral to pointer without a cast" },
 { W_PTR2INTEGRAL_NOCAST, ERROR_LEVEL_WARNING,
     "converting pointer to integral without a cast" },
+{ W_SYMBOL_NAME_TOO_LONG, ERROR_LEVEL_WARNING,
+    "symbol name too long, truncated to %d chars" },
 };
 
 /*