From: <pst...@us...> - 2009-05-17 17:27:58
|
Revision: 721 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=721&view=rev Author: pstieber Date: 2009-05-17 17:27:44 +0000 (Sun, 17 May 2009) Log Message: ----------- Added a compiler flag to ignore warning 4351. This warning was generating: new behavior: elements of array 'JZMouseMapper::mActions' will be default initialized Modified Paths: -------------- trunk/jazz/vc9/JazzPlusPlus-VC9.vcproj Modified: trunk/jazz/vc9/JazzPlusPlus-VC9.vcproj =================================================================== --- trunk/jazz/vc9/JazzPlusPlus-VC9.vcproj 2009-05-16 15:05:54 UTC (rev 720) +++ trunk/jazz/vc9/JazzPlusPlus-VC9.vcproj 2009-05-17 17:27:44 UTC (rev 721) @@ -63,6 +63,7 @@ SuppressStartupBanner="true" DebugInformationFormat="3" CompileAs="0" + DisableSpecificWarnings="4351" /> <Tool Name="VCManagedResourceCompilerTool" @@ -163,6 +164,7 @@ SuppressStartupBanner="true" DebugInformationFormat="3" CompileAs="0" + DisableSpecificWarnings="4351" /> <Tool Name="VCManagedResourceCompilerTool" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |