Skip to content

Commit

Permalink
disable deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
clamchowder committed Dec 15, 2024
1 parent 06d47ef commit 6357764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svm/svm.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<AdditionalIncludeDirectories>$(SolutionDir)\OpenCL\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
Expand Down

0 comments on commit 6357764

Please sign in to comment.