Teach that switch statement about all values for that enum.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5243 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2008-07-21 18:24:04 +00:00
parent d01715a369
commit bd285bafc7
@@ -652,6 +652,10 @@ public class ActionScriptSource
case POSTCLASS: case POSTCLASS:
System.err.println("J: Post-class junk: " + line); System.err.println("J: Post-class junk: " + line);
break; break;
case POSTPKG:
System.err.println("J: Post-pkg junk: " + line);
break;
} }
} }
bin.close(); bin.close();