mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Silence warnings
Change-Id: Ied5ad7d3c193427892b681f95b44fcac5af0e16e
This commit is contained in:
parent
32e8028a04
commit
0e48cb7768
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ int rtc_write_datetime(const struct tm *tm)
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
#else
|
#else
|
||||||
|
(void)tm;
|
||||||
return -1;
|
return -1;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue