mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-06 21:28:26 +02:00
avoid compiler warning
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0834189d15
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-12-11 (Wed, 11 Dec 2019)
Origin message was:
------------------
- avoid compiler warning
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -5534,6 +5534,8 @@ void CNeutrinoApp::StopSubtitles(bool enable_glcd_mirroring)
|
|||||||
#ifdef ENABLE_GRAPHLCD
|
#ifdef ENABLE_GRAPHLCD
|
||||||
if (enable_glcd_mirroring)
|
if (enable_glcd_mirroring)
|
||||||
nGLCD::MirrorOSD(g_settings.glcd_mirror_osd);
|
nGLCD::MirrorOSD(g_settings.glcd_mirror_osd);
|
||||||
|
#else
|
||||||
|
(void) enable_glcd_mirroring; // avoid compiler warning
|
||||||
#endif
|
#endif
|
||||||
if (mode == NeutrinoModes::mode_webtv)
|
if (mode == NeutrinoModes::mode_webtv)
|
||||||
CMoviePlayerGui::getInstance(true).clearSubtitle(true);
|
CMoviePlayerGui::getInstance(true).clearSubtitle(true);
|
||||||
|
Reference in New Issue
Block a user