Skip to content

Commit 26c464d

Browse files
author
nitrocaster
committed
xrScriptEngine: disable Zc:forScope- compiler option (#104).
1 parent a00b89b commit 26c464d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/xrScriptEngine/xrScriptEngine.vcxproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
<FunctionLevelLinking>false</FunctionLevelLinking>
9393
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
9494
<FloatingPointModel>Fast</FloatingPointModel>
95-
<ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
9695
<RuntimeTypeInfo>true</RuntimeTypeInfo>
9796
<PrecompiledHeader>Use</PrecompiledHeader>
9897
<PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
@@ -139,7 +138,6 @@
139138
<BufferSecurityCheck>true</BufferSecurityCheck>
140139
<FunctionLevelLinking>false</FunctionLevelLinking>
141140
<FloatingPointModel>Fast</FloatingPointModel>
142-
<ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
143141
<RuntimeTypeInfo>true</RuntimeTypeInfo>
144142
<PrecompiledHeader>Use</PrecompiledHeader>
145143
<BrowseInformation />
@@ -182,7 +180,6 @@
182180
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
183181
<FunctionLevelLinking>true</FunctionLevelLinking>
184182
<FloatingPointModel>Fast</FloatingPointModel>
185-
<ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
186183
<RuntimeTypeInfo>true</RuntimeTypeInfo>
187184
<PrecompiledHeader>Use</PrecompiledHeader>
188185
<PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>

0 commit comments

Comments
 (0)