libstb_hal: Suppress implicit-fallthrough warnings from GCC 7

This commit is contained in:
GetAway
2019-06-14 21:03:10 +02:00
parent 9dc3e7b768
commit c8eda96620
6 changed files with 10 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ int eDVBCICAManagerSession::doAction()
}
case stateFinal:
printf("[CI CA] stateFinal and action should not happen\n");
// fall through
default:
return 0;
}