mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 929404: Mark unused-depending-on-build-config function as 'inline' instead of 'static'. r=derf
This commit is contained in:
parent
0fe33eb7d9
commit
bb00d0a6dc
@ -62,7 +62,7 @@ static uint16_t LEUint16(const unsigned char* p)
|
||||
}
|
||||
|
||||
// Reads a little-endian encoded signed 16bit integer at p.
|
||||
static int16_t LEInt16(const unsigned char* p)
|
||||
inline int16_t LEInt16(const unsigned char* p)
|
||||
{
|
||||
return static_cast<int16_t>(LEUint16(p));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user