Skip to content

Commit 2e9ece1

Browse files
author
nitrocaster
committed
Ignore compiler warning C4250.
1 parent f4d3160 commit 2e9ece1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/xrGame/xrGame.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<WarningLevel>Level4</WarningLevel>
110110
<SuppressStartupBanner>true</SuppressStartupBanner>
111111
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
112-
<DisableSpecificWarnings>4237;%(DisableSpecificWarnings)</DisableSpecificWarnings>
112+
<DisableSpecificWarnings>4237;4250;%(DisableSpecificWarnings)</DisableSpecificWarnings>
113113
<MultiProcessorCompilation>true</MultiProcessorCompilation>
114114
</ClCompile>
115115
<ResourceCompile>
@@ -159,7 +159,7 @@
159159
<WarningLevel>Level4</WarningLevel>
160160
<SuppressStartupBanner>true</SuppressStartupBanner>
161161
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
162-
<DisableSpecificWarnings>4237;%(DisableSpecificWarnings)</DisableSpecificWarnings>
162+
<DisableSpecificWarnings>4237;4250;%(DisableSpecificWarnings)</DisableSpecificWarnings>
163163
<MultiProcessorCompilation>true</MultiProcessorCompilation>
164164
</ClCompile>
165165
<ResourceCompile>
@@ -211,7 +211,7 @@
211211
<WarningLevel>Level4</WarningLevel>
212212
<SuppressStartupBanner>true</SuppressStartupBanner>
213213
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
214-
<DisableSpecificWarnings>4237;%(DisableSpecificWarnings)</DisableSpecificWarnings>
214+
<DisableSpecificWarnings>4237;4250;%(DisableSpecificWarnings)</DisableSpecificWarnings>
215215
<MultiProcessorCompilation>true</MultiProcessorCompilation>
216216
</ClCompile>
217217
<ResourceCompile>

0 commit comments

Comments
 (0)