Skip to content

Commit

Permalink
kncasic: Silence warning about unhandled enumeration values
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Oct 17, 2014
1 parent 0e260d7 commit 14034bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions driver-kncasic.c
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 14034bf

Please sign in to comment.