]> git.sur5r.net Git - cc65/blobdiff - src/cc65/declare.c
Error handling cleanup/changes.
[cc65] / src / cc65 / declare.c
index c2b4c5313795158d4ab32ce13363f6c42b665a99..004a9c27af4a5e6b22eadc398b63c58f66a315b4 100644 (file)
@@ -907,7 +907,7 @@ void CheckEmptyDecl (const DeclSpec* D)
  */
 {
     if ((D->Flags & DS_EXTRA_TYPE) == 0) {
-       Warning (WARN_USELESS_DECL);
+       Warning ("Useless declaration");
     }
 }