From: <pst...@us...> - 2012-11-29 21:25:32
|
Revision: 919 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=919&view=rev Author: pstieber Date: 2012-11-29 21:25:25 +0000 (Thu, 29 Nov 2012) Log Message: ----------- Disabled VS warning 4996. Modified Paths: -------------- trunk/jazz/portmidi/pm_win/portmidi-VC10.vcxproj Modified: trunk/jazz/portmidi/pm_win/portmidi-VC10.vcxproj =================================================================== --- trunk/jazz/portmidi/pm_win/portmidi-VC10.vcxproj 2012-11-29 21:23:42 UTC (rev 918) +++ trunk/jazz/portmidi/pm_win/portmidi-VC10.vcxproj 2012-11-29 21:25:25 UTC (rev 919) @@ -86,6 +86,7 @@ <WarningLevel>Level3</WarningLevel> <SuppressStartupBanner>true</SuppressStartupBanner> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4996</DisableSpecificWarnings> </ClCompile> <ResourceCompile> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -115,6 +116,7 @@ <ProgramDataBaseFileName>.\$(OutDir)</ProgramDataBaseFileName> <WarningLevel>Level3</WarningLevel> <SuppressStartupBanner>true</SuppressStartupBanner> + <DisableSpecificWarnings>4996</DisableSpecificWarnings> </ClCompile> <ResourceCompile> <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -147,6 +149,7 @@ <WarningLevel>Level3</WarningLevel> <SuppressStartupBanner>true</SuppressStartupBanner> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <DisableSpecificWarnings>4996</DisableSpecificWarnings> </ClCompile> <ResourceCompile> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -179,6 +182,7 @@ <ProgramDataBaseFileName>.\$(OutDir)</ProgramDataBaseFileName> <WarningLevel>Level3</WarningLevel> <SuppressStartupBanner>true</SuppressStartupBanner> + <DisableSpecificWarnings>4996</DisableSpecificWarnings> </ClCompile> <ResourceCompile> <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |