diff options
| author | Léo Lam <leo@innovatetechnologi.es> | 2016-10-22 19:13:49 +0200 |
|---|---|---|
| committer | Léo Lam <leo@innovatetechnologi.es> | 2016-10-23 00:43:08 +0200 |
| commit | 1233697b2f1e57e1fc6981aaec112c2bd3b5076d (patch) | |
| tree | 7d847ed33d853b92d3fab42086548fe4d3cb39c9 /Source/Core/Common/MemoryUtil.cpp | |
| parent | 68156a02ed6495d9735d8eed50708e8d9c168dc8 (diff) | |
Fix unused function warnings
Diffstat (limited to 'Source/Core/Common/MemoryUtil.cpp')
| -rw-r--r-- | Source/Core/Common/MemoryUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/MemoryUtil.cpp b/Source/Core/Common/MemoryUtil.cpp index 0c079a15b3..2b1ed11d18 100644 --- a/Source/Core/Common/MemoryUtil.cpp +++ b/Source/Core/Common/MemoryUtil.cpp @@ -33,7 +33,7 @@ namespace Common { -#if !defined(_WIN32) +#if !defined(_WIN32) && defined(_M_X86_64) && !defined(MAP_32BIT) #include <unistd.h> static uintptr_t RoundPage(uintptr_t addr) { |
