diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-30 18:28:44 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-31 14:52:49 +0100 |
commit | 4a74ae07bc3ddd7b0334c1c6327ba0ca35ec364b (patch) | |
tree | 538acce74ca60f2c4a3d83a514eb82802a5fd698 /src | |
parent | 8e216b30a6ef3add8f615ac995e7afca71a28639 (diff) |
sierra: fix warnings with -Wimplicit-fallthrough
sierra/mm-broadband-bearer-sierra.c: In function ‘dial_3gpp_context_step’:
sierra/mm-broadband-bearer-sierra.c:304:18: error: this statement may fall through [-Werror=implicit-fallthrough=]
304 | ctx->step++;
| ~~~~~~~~~^~
sierra/mm-broadband-bearer-sierra.c:306:5: note: here
306 | case DIAL_3GPP_STEP_PS_ATTACH:
| ^~~~
sierra/mm-broadband-bearer-sierra.c:398:18: error: this statement may fall through [-Werror=implicit-fallthrough=]
398 | ctx->step++;
| ~~~~~~~~~^~
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions