]> git.sur5r.net Git - cc65/commit
In switch statements, do only print a warning about missing case labels if
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 22 Nov 2000 12:02:15 +0000 (12:02 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 22 Nov 2000 12:02:15 +0000 (12:02 +0000)
commit596068b4ce38842ba9653c5e0f8a95ebe4b79d2e
tree9908d4281317a690f5e08c4fda2ceb7d8fd229ad
parent9398c5cef03e8ad2ccc3838ff7347f00de48ee91
In switch statements, do only print a warning about missing case labels if
there are no regular labels and no default label.

git-svn-id: svn://svn.cc65.org/cc65/trunk@467 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/stmt.c