From: <sv...@ww...> - 2004-11-11 17:28:16
|
Author: delta Date: 2004-11-11 09:27:46 -0800 (Thu, 11 Nov 2004) New Revision: 1305 Modified: trunk/CSP/SimData/CHANGES.current trunk/CSP/SimData/VisualStudio2003/SimData.vcproj Log: * Added a few pragmas for insignificant warnings. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1305 Modified: trunk/CSP/SimData/CHANGES.current =================================================================== --- trunk/CSP/SimData/CHANGES.current 2004-11-11 15:20:21 UTC (rev 1304) +++ trunk/CSP/SimData/CHANGES.current 2004-11-11 17:27:46 UTC (rev 1305) @@ -2,8 +2,11 @@ =========================== 2004-11-11: delta - * Added SWIG_STD_BACKWARD_COMP to the swig command line in SimData.vcproj. + * Added SWIG_STD_BACKWARD_COMP to the swig command line in SimData.vcproj + for swig 1.3.22. + * Added a few pragmas for insignificant warnings. + 2004-11-10: onsight * Another bug fix in Parse.py, this time for TableN types. Prevents spurious complaints about missing required fields. Modified: trunk/CSP/SimData/VisualStudio2003/SimData.vcproj =================================================================== --- trunk/CSP/SimData/VisualStudio2003/SimData.vcproj 2004-11-11 15:20:21 UTC (rev 1304) +++ trunk/CSP/SimData/VisualStudio2003/SimData.vcproj 2004-11-11 17:27:46 UTC (rev 1305) @@ -46,7 +46,8 @@ WarningLevel="3" SuppressStartupBanner="TRUE" DebugInformationFormat="0" - CompileAs="2"/> + CompileAs="2" + DisableSpecificWarnings="4511;4512;4100;4275"/> <Tool Name="VCCustomBuildTool"/> <Tool @@ -121,7 +122,7 @@ SuppressStartupBanner="TRUE" DebugInformationFormat="3" CompileAs="2" - DisableSpecificWarnings="4511;4512;4100"/> + DisableSpecificWarnings="4511;4512;4100;4275;4505"/> <Tool Name="VCCustomBuildTool"/> <Tool |