fixed bug #498744
[fw/sdcc] / support / Util / SDCCerr.c
index e28cb9aa9612d6f8bb68f52886b30f177db0575a..8dbe0fb9480f6a914f7dda27807e01147808bed6 100644 (file)
@@ -371,7 +371,9 @@ struct
 { W_CAST_STRUCT_PTR,ERROR_LEVEL_WARNING,
          "cast of struct %s * to struct %s * " },
 { W_IF_ALWAYS_TRUE, ERROR_LEVEL_WARNING,
-   "if-statement condition always true, if-statement not generated" },
+    "if-statement condition always true, if-statement not generated" },
+{ E_PARAM_NAME_OMITTED, ERROR_LEVEL_ERROR,
+    "in function %s: name omitted for parameter %d" },
 };
 
 /*