mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
archos: Shut up a compiler warning by marking an inline function as static
Change-Id: I6222b87159235a28f2b69b512f95eafb8dd60564
This commit is contained in:
parent
849320422c
commit
c8111eb5b7
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ bool EraseSector(volatile UINT8* pAddr)
|
||||||
|
|
||||||
|
|
||||||
/* address must be in an erased location */
|
/* address must be in an erased location */
|
||||||
inline bool ProgramByte(volatile UINT8* pAddr, UINT8 data)
|
static inline bool ProgramByte(volatile UINT8* pAddr, UINT8 data)
|
||||||
{
|
{
|
||||||
#ifdef DUMMY
|
#ifdef DUMMY
|
||||||
(void)pAddr; /* prevents warnings */
|
(void)pAddr; /* prevents warnings */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue