Browse Source

kncasic: Silence warning about unhandled enumeration values

Luke Dashjr 11 years ago
parent
commit
14034bfff3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      driver-kncasic.c

+ 2 - 0
driver-kncasic.c

@@ -558,6 +558,8 @@ static void knc_process_responses(struct thr_info *thr)
 				/* Should we care about failed SETWORK explicit? Or simply handle it by next state not loaded indication in reports?  */
 				knc_core_process_report(thr, core, rxbuf);
 				break;
+			default:
+				break;
 			}
 		}