From e66dbe6a44abdbf89e3659dca849a9281b623eb1 Mon Sep 17 00:00:00 2001 From: cherierm Date: Fri, 11 Jul 2008 15:25:14 +0000 Subject: [PATCH 1/1] Update some options of the compiler for the mode debug git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5872 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- .../vc7/examples/cxx/autoDestination/autoDestination.vcproj | 5 ++++- build/vc7/examples/cxx/basic/basic.vcproj | 4 ++-- build/vc7/examples/cxx/comm_time/comm_time.vcproj | 5 ++++- .../cxx/explicitDestination/explicitDestination.vcproj | 6 ++++-- build/vc7/examples/cxx/ping_pong/ping_pong.vcproj | 5 ++++- build/vc7/examples/cxx/suspend/suspend.vcproj | 6 ++++-- 6 files changed, 22 insertions(+), 9 deletions(-) diff --git a/build/vc7/examples/cxx/autoDestination/autoDestination.vcproj b/build/vc7/examples/cxx/autoDestination/autoDestination.vcproj index 38780c98fd..9559bf611c 100644 --- a/build/vc7/examples/cxx/autoDestination/autoDestination.vcproj +++ b/build/vc7/examples/cxx/autoDestination/autoDestination.vcproj @@ -48,6 +48,7 @@ WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="4" + DisableSpecificWarnings="4290;4996" />