forked from len0rd/rockbox
misc: Clean up a large pile of -Wexpansion-to-defined warnings
And re-enable the warning (applies with GCC 7+) Change-Id: I406ce796ebd06bad53cab911e17a28265a79b420
This commit is contained in:
parent
6fc87143df
commit
c7eda36341
7 changed files with 21 additions and 18 deletions
|
@ -474,7 +474,7 @@ struct plugin_api {
|
|||
void (*storage_sleep)(void);
|
||||
void (*storage_spin)(void);
|
||||
void (*storage_spindown)(int seconds);
|
||||
#if USING_STORAGE_CALLBACK
|
||||
#ifdef USING_STORAGE_CALLBACK
|
||||
void (*register_storage_idle_func)(void (*function)(void));
|
||||
void (*unregister_storage_idle_func)(void (*function)(void), bool run);
|
||||
#endif /* USING_STORAGE_CALLBACK */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue