From d8458c212e208dd10244c95c56be89a839a9df60 Mon Sep 17 00:00:00 2001 From: pent0 Date: Mon, 10 Dec 2018 21:29:27 +0700 Subject: [PATCH] Disable SDL check with armips dependency Uninitialized pointer --- UWP/.gitignore | 1 + UWP/Armips_UWP/Armips_UWP.vcxproj | 4 ++-- UWP/FastMath_UWP/FastMath_UWP.cpp | 2 -- 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 UWP/FastMath_UWP/FastMath_UWP.cpp diff --git a/UWP/.gitignore b/UWP/.gitignore index 0abc1926b8..e9662c04b3 100644 --- a/UWP/.gitignore +++ b/UWP/.gitignore @@ -3,6 +3,7 @@ Package.appxmanifest Assets x64 +ARM *.VC.db *.VC.VC.opendb ipch diff --git a/UWP/Armips_UWP/Armips_UWP.vcxproj b/UWP/Armips_UWP/Armips_UWP.vcxproj index 64e73e0af4..b78bdf9e41 100644 --- a/UWP/Armips_UWP/Armips_UWP.vcxproj +++ b/UWP/Armips_UWP/Armips_UWP.vcxproj @@ -145,7 +145,7 @@ NotUsing false - true + false Console @@ -157,7 +157,7 @@ NotUsing false - true + false Console diff --git a/UWP/FastMath_UWP/FastMath_UWP.cpp b/UWP/FastMath_UWP/FastMath_UWP.cpp deleted file mode 100644 index aca0e62da6..0000000000 --- a/UWP/FastMath_UWP/FastMath_UWP.cpp +++ /dev/null @@ -1,2 +0,0 @@ -#include "pch.h" -#include "FastMath_UWP.h"