mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
fix for Wextra Wshadow Werror build
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@535 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6571f3dc02
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-04-01 (Thu, 01 Apr 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -992,7 +992,7 @@ bool CCpuFreqNotifier::changeNotify(const neutrino_locale_t, void * data)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool CScreePresetNotifier::changeNotify(const neutrino_locale_t OptionName, void * data)
|
||||
bool CScreePresetNotifier::changeNotify(const neutrino_locale_t /*OptionName*/, void * data)
|
||||
{
|
||||
int preset = * (int *) data;
|
||||
printf("CScreePresetNotifier::changeNotify preset %d (setting %d)\n", preset, g_settings.screen_preset);
|
||||
@@ -1005,7 +1005,7 @@ printf("CScreePresetNotifier::changeNotify preset %d (setting %d)\n", preset, g_
|
||||
return true;
|
||||
}
|
||||
|
||||
bool CAllUsalsNotifier::changeNotify(const neutrino_locale_t OptionName, void * data)
|
||||
bool CAllUsalsNotifier::changeNotify(const neutrino_locale_t /*OptionName*/, void * data)
|
||||
{
|
||||
int onoff = * (int *) data;
|
||||
printf("CAllUsalsNotifier::changeNotify: %s\n", onoff ? "ON" : "OFF");
|
||||
|
Reference in New Issue
Block a user