mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
misc: Fix a small pile of warnings found with diagnostics turned way up
* possible null pointer dereferences * non-annotated fallthroughs in case statements Change-Id: I2332e0e0a4203ceca0999291ead112b8ab94c613
This commit is contained in:
parent
d51d49550c
commit
34f34bb7f1
9 changed files with 46 additions and 43 deletions
|
|
@ -809,8 +809,7 @@ static int scrobbler_context_menu(struct printcell_data_t *pc_data)
|
|||
|
||||
if (find_type == FIND_ALL)
|
||||
find_type = FIND_INCLUDE;
|
||||
/* fallthrough */
|
||||
}
|
||||
} /* fall-through */
|
||||
case 3: /*Custom Filter / Settings */
|
||||
{
|
||||
if (col == -1)/*Settings*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue