mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Mark GetCurrentProcessArchitecture as inline, silencing a couple hundred warnings in a build with Clang. No bug, rs=njn
--HG-- extra : rebase_source : 12b06827b2aadec9afb70eac06a5d8abbd1c6543
This commit is contained in:
parent
8f335f567c
commit
4b952c4d60
@ -65,7 +65,7 @@ enum ProcessArchitecture {
|
||||
PROCESS_ARCH_ARM = 0x8
|
||||
};
|
||||
|
||||
static ProcessArchitecture GetCurrentProcessArchitecture()
|
||||
static inline ProcessArchitecture GetCurrentProcessArchitecture()
|
||||
{
|
||||
base::ProcessArchitecture currentArchitecture;
|
||||
#if defined(ARCH_CPU_X86)
|
||||
|
Loading…
Reference in New Issue
Block a user