From 95e519ad30f5a579101822c3c072801d150b32c0 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 3 Jan 2008 18:47:33 +0000 Subject: [PATCH] Added pragmas --- Cantera/src/base/utilities.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cantera/src/base/utilities.h b/Cantera/src/base/utilities.h index d31faa140..75b652748 100755 --- a/Cantera/src/base/utilities.h +++ b/Cantera/src/base/utilities.h @@ -20,6 +20,9 @@ #include "ct_defs.h" +#ifdef WIN32 +#pragma warning(disable:4996) +#endif /** * Unary operator to multiply the argument by a constant. The form of * this operator is designed for use by std::transform. @see @ref