mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 850833 - Fix unused function warning. r=bustage CLOSED TREE
This commit is contained in:
parent
bae025ef39
commit
f85bff98ca
@ -677,7 +677,7 @@ std::ostream& operator<<(std::ostream& stream, const ProfileEntry2& entry)
|
||||
return stream;
|
||||
}
|
||||
|
||||
static const char* name_UnwMode(UnwMode m)
|
||||
static inline const char* name_UnwMode(UnwMode m)
|
||||
{
|
||||
switch (m) {
|
||||
case UnwINVALID: return "invalid";
|
||||
|
Loading…
Reference in New Issue
Block a user