mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 10:51:12 +02:00
add comments to suppres -Wimplicit-fallthrough warnings
This commit is contained in:
committed by
Jacek Jendrzej
parent
9e2a7d7f79
commit
971f3703a6
@@ -173,6 +173,7 @@ int CScreenSetup::exec(CMenuTarget* parent, const std::string &)
|
||||
( g_settings.screen_EndY != y_coord[1] ) ) &&
|
||||
(ShowMsg(LOCALE_VIDEOMENU_SCREENSETUP, LOCALE_MESSAGEBOX_DISCARD, CMsgBox::mbrYes, CMsgBox::mbYes | CMsgBox::mbCancel) == CMsgBox::mbrCancel))
|
||||
break;
|
||||
/* falls through */
|
||||
|
||||
case CRCInput::RC_timeout:
|
||||
loop = false;
|
||||
|
Reference in New Issue
Block a user