Merge pull request #4376 from leoetlino/warning-fix

Warning fixes
This commit is contained in:
Markus Wick
2016-10-31 12:57:03 +01:00
committed by GitHub
5 changed files with 28 additions and 14 deletions

View File

@ -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)
{