* src/SDCCmain.c: removed option -C since SDCC compiler doesn't know
[fw/sdcc] / support / Util / SDCCerr.c
index a6b4cf6fe4e37ce0eb834739ebda183ca009d9d4..eb69d38d4493f59e4d3b8aff1325b899e2a7829f 100644 (file)
@@ -440,6 +440,8 @@ struct
    "Only pointers may be qualified with 'restrict'" },
 { E_BAD_INLINE, ERROR_LEVEL_ERROR,
    "Only functions may be qualified with 'inline'" },
+{ E_BAD_INT_ARGUMENT, ERROR_LEVEL_ERROR,
+   "Bad integer argument for option %s." },
 };
 
 /*