mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
CLCD: fix possible compile error
error: declaration of 'power' shadows a global declaration [-Werror=shadow]
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7490497b4e
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-29 (Sun, 29 Oct 2017)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -219,7 +219,7 @@ class CLCD
|
||||
int brightness;
|
||||
unsigned int timeout_cnt;
|
||||
unsigned int switch_name_time_cnt;
|
||||
void setlcdparameter(int dimm, int power);
|
||||
void setlcdparameter(int dimm, int _power);
|
||||
void count_down();
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user