Fix compiler warnings about missing switch cases

Add missing case statements to fix all the remaining compiler
warnings.

Change-Id: Ia804df28317d4291e1e9e9a42f1e62e60b02f5e2
This commit is contained in:
David Pursehouse
2012-12-05 16:10:45 +09:00
parent 590d0423a5
commit 846293326f
10 changed files with 31 additions and 0 deletions

View File

@@ -250,6 +250,10 @@ final class ShowCaches extends CacheCommand {
case RUNNING: tasksRunning++; break;
case READY: tasksReady++; break;
case SLEEPING: tasksSleeping++; break;
case CANCELLED:
case DONE:
case OTHER:
break;
}
}
stdout.format(