]> git.draconx.ca Git - cdecl99.git/blobdiff - src/errmsg.str
libcdecl: Silence GCC -Wunused-function warnings in the scanner.
[cdecl99.git] / src / errmsg.str
index 60a6500ef31f4314c42f8de5197a627de16355a6..365e72f7fcf985381ae051175a43717949894f85 100644 (file)
@@ -11,7 +11,6 @@
 &CDECL__EBADQUAL      only pointer types can be restrict-qualified
 &CDECL__ENOTFUNC      only function declarations can have function specifiers
 &CDECL__EBADPARAM     invalid function parameter
-&CDECL__EMANYPAREN    too many parentheses
 &CDECL__EVOIDPARAM    void parameter must stand alone
 &CDECL__ERETFUNC      functions cannot return functions
 &CDECL__ERETARRAY     functions cannot return array
@@ -20,3 +19,4 @@
 &CDECL__EDECLTYPE     mixing type names and declarations is not allowed
 &CDECL__ERANGE        integer constant out of range
 &CDECL__EBADINT       invalid integer constant
+&CDECL__EZEROARRAY    array length must be positive