mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 714422 - Don't mark GetCurrentProcessArchitecture as a static inline, fixing 271 warnings when building with clang. rs=dholbert
This commit is contained in:
parent
08edc0c58a
commit
8f1e4e38f7
@ -65,7 +65,7 @@ enum ProcessArchitecture {
|
||||
PROCESS_ARCH_ARM = 0x8
|
||||
};
|
||||
|
||||
static inline ProcessArchitecture GetCurrentProcessArchitecture()
|
||||
inline ProcessArchitecture GetCurrentProcessArchitecture()
|
||||
{
|
||||
base::ProcessArchitecture currentArchitecture;
|
||||
#if defined(ARCH_CPU_X86)
|
||||
|
Loading…
Reference in New Issue
Block a user