make cpp2 -> bin/sdcpp
[fw/sdcc] / support / Util / SDCCerr.c
index e92f339f304a4111c11f6ed56c7117d5c3a4e19c..795eb9fe27dffdec9c2b8f5ca7ce225f76748ee1 100644 (file)
@@ -357,6 +357,8 @@ struct
     "newline in string constant" },
 { E_CANNOT_USE_GENERIC_POINTER, ERROR_LEVEL_ERROR,
     "cannot use generic pointer %s to initialize %s" },
+{ W_EXCESS_SHORT_OPTIONS, ERROR_LEVEL_WARNING,
+    "Only one short option can be specified at a time.  Rest of %s ignored." }
 };
 
 /*