Disable SDL check with armips dependency

Uninitialized pointer
This commit is contained in:
pent0 2018-12-10 21:29:27 +07:00
parent 4a53853f79
commit d8458c212e
3 changed files with 3 additions and 4 deletions

1
UWP/.gitignore vendored
View File

@ -3,6 +3,7 @@
Package.appxmanifest
Assets
x64
ARM
*.VC.db
*.VC.VC.opendb
ipch

View File

@ -145,7 +145,7 @@
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<CompileAsWinRT>false</CompileAsWinRT>
<SDLCheck>true</SDLCheck>
<SDLCheck>false</SDLCheck>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
@ -157,7 +157,7 @@
<ClCompile>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<CompileAsWinRT>false</CompileAsWinRT>
<SDLCheck>true</SDLCheck>
<SDLCheck>false</SDLCheck>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>

View File

@ -1,2 +0,0 @@
#include "pch.h"
#include "FastMath_UWP.h"