forked from len0rd/rockbox
misc: Properly annotate some intentional case fallthroughs
Change-Id: Ie758f17fefac72aca1aa28a8ba1126b9334fe134
This commit is contained in:
parent
83950bf233
commit
5b1158e64a
9 changed files with 13 additions and 9 deletions
|
@ -170,6 +170,7 @@ static intptr_t misc_handler_configure(struct dsp_proc_entry *this,
|
|||
dsp_pitch_update(dsp);
|
||||
#endif
|
||||
value = (intptr_t)NULL; /* Default gains */
|
||||
/* fallthrough */
|
||||
case REPLAYGAIN_SET_GAINS:
|
||||
dsp_replaygain_set_gains((void *)value);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue