From 9dee9afb8b00f4b8fb41bef0129435667225d672 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 2 Jan 2008 22:41:36 +0000 Subject: [PATCH] Added pragmas to reduce warnings. --- Cantera/src/thermo/State.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cantera/src/thermo/State.h b/Cantera/src/thermo/State.h index a7e9771ea..bed14057c 100755 --- a/Cantera/src/thermo/State.h +++ b/Cantera/src/thermo/State.h @@ -21,6 +21,10 @@ #include "ct_defs.h" #include "utilities.h" +#ifdef WIN32 +#pragma warning(disable:4996) +#endif + namespace Cantera {