diff options
author | George Hazan <ghazan@miranda.im> | 2018-11-20 17:39:34 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-11-20 17:39:34 +0300 |
commit | bd17cc814845547ab359d90f6cb9c579d97962d9 (patch) | |
tree | c8005734cb5de1785baa893669738c97a075db91 /build | |
parent | 8dee94fd692f1b2e1416efff7ca819428c0002e6 (diff) |
warning fix
Diffstat (limited to 'build')
-rw-r--r-- | build/vc.common/common.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/vc.common/common.props b/build/vc.common/common.props index 73bbed536d..c48250008e 100644 --- a/build/vc.common/common.props +++ b/build/vc.common/common.props @@ -9,6 +9,7 @@ <IntDir Condition="'$(Platform)'=='Win32'">$(SolutionDir)$(Configuration)\Obj\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Platform)'=='x64'">$(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\</IntDir>
<WholeProgramOptimization Condition="'$(Configuration)'=='Release'">true</WholeProgramOptimization>
+ <XPDeprecationWarning>false</XPDeprecationWarning>
<LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|