mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
libstb_hal: Suppress implicit-fallthrough warnings from GCC 7
This commit is contained in:
@@ -85,6 +85,7 @@ int eDVBCICAManagerSession::doAction()
|
||||
}
|
||||
case stateFinal:
|
||||
printf("[CI CA] stateFinal and action should not happen\n");
|
||||
// fall through
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user