Skip to content

Commit a88caf6

Browse files
committed
Disable permissive compiler mode
1 parent 837e788 commit a88caf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PropertySheet.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<ItemDefinitionGroup>
2323
<ClCompile>
2424
<LanguageStandard>stdcpp20</LanguageStandard>
25-
<ConformanceMode>false</ConformanceMode>
2625
<DisableSpecificWarnings>4121;4324;4458;%(DisableSpecificWarnings)</DisableSpecificWarnings>
2726
<ExceptionHandling>Async</ExceptionHandling>
2827
<EnableEnhancedInstructionSet>AdvancedVectorExtensions</EnableEnhancedInstructionSet>
@@ -32,6 +31,7 @@
3231
<PreprocessorDefinitions>_UNICODE;UNICODE;WIN32;WIN32_LEAN_AND_MEAN;WINDOWS_IGNORE_PACKING_MISMATCH;_WINDOWS;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions>
3332
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
3433
<MultiProcessorCompilation>true</MultiProcessorCompilation>
34+
<ConformanceMode>true</ConformanceMode>
3535
</ClCompile>
3636
<Link>
3737
<OutputFile>$(UNREAL_INSTALL_DIR)\System\D3D9DrvRTX.dll</OutputFile>

sdks

Submodule sdks updated 70 files

0 commit comments

Comments
 (0)