Skip to content

Commit 7a21b8b

Browse files
Tilly: _CRT_NONSTDC_NO_DEPRECATE silence MSVC warnings.
1 parent d95ed44 commit 7a21b8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project/tilly.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
<ClCompile>
223223
<WarningLevel>Level3</WarningLevel>
224224
<SDLCheck>true</SDLCheck>
225-
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
225+
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
226226
<ConformanceMode>true</ConformanceMode>
227227
</ClCompile>
228228
<Link>
@@ -236,7 +236,7 @@
236236
<FunctionLevelLinking>true</FunctionLevelLinking>
237237
<IntrinsicFunctions>true</IntrinsicFunctions>
238238
<SDLCheck>true</SDLCheck>
239-
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
239+
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
240240
<ConformanceMode>true</ConformanceMode>
241241
</ClCompile>
242242
<Link>
@@ -250,7 +250,7 @@
250250
<ClCompile>
251251
<WarningLevel>Level3</WarningLevel>
252252
<SDLCheck>true</SDLCheck>
253-
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
253+
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
254254
<ConformanceMode>true</ConformanceMode>
255255
</ClCompile>
256256
<Link>
@@ -264,7 +264,7 @@
264264
<FunctionLevelLinking>true</FunctionLevelLinking>
265265
<IntrinsicFunctions>true</IntrinsicFunctions>
266266
<SDLCheck>true</SDLCheck>
267-
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
267+
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
268268
<ConformanceMode>true</ConformanceMode>
269269
</ClCompile>
270270
<Link>

0 commit comments

Comments
 (0)