From: cherierm Date: Tue, 6 Nov 2007 12:26:22 +0000 (+0000) Subject: Just disable a specific warning on Visual C++ X-Git-Tag: v3.3~847 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/929a92039360680134032a1968d753d41f5afa33?hp=86a8865b0df491b343e018ffd2ff4722c93cb5fe Just disable a specific warning on Visual C++ git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4975 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/build/vc7/simgrid/simgrid.vcproj b/build/vc7/simgrid/simgrid.vcproj index 23af0b20ad..b9b007a4ed 100644 --- a/build/vc7/simgrid/simgrid.vcproj +++ b/build/vc7/simgrid/simgrid.vcproj @@ -63,7 +63,7 @@ SuppressStartupBanner="true" DebugInformationFormat="4" CompileAs="1" - DisableSpecificWarnings="4127;4996;4244;4715" + DisableSpecificWarnings="4127;4996;4244;4715;4090" OmitDefaultLibName="false" /> + +