mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
simple_display.cpp: partial revert "fix generic build"
This reverts commit6dd12cd80f
. hd51 build was broken with -Werror=unused-variable Origin commit data ------------------ Branch: ni/coolstream Commit:58db5ee331
Author: Thilo Graf <dbt@novatux.de> Date: 2017-11-04 (Sat, 04 Nov 2017) ------------------ This commit was generated by Migit
This commit is contained in:
@@ -348,7 +348,9 @@ void CLCD::showTime(bool force)
|
||||
if (force || last_display || (hour != t->tm_hour) || (minute != t->tm_min)) {
|
||||
hour = t->tm_hour;
|
||||
minute = t->tm_min;
|
||||
#if !HAVE_SPARK_HARDWARE && !HAVE_ARM_HARDWARE
|
||||
int ret = -1;
|
||||
#endif
|
||||
#if HAVE_SPARK_HARDWARE
|
||||
now += t->tm_gmtoff;
|
||||
int fd = dev_open();
|
||||
|
Reference in New Issue
Block a user