aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/main.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-06-13 02:45:16 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-06-13 02:45:16 +0000
commitc0c7359304c7bb54d794c74b260d9b0bd18f02ae (patch)
treec16ff1091eb663e4483e6fffe8f2db1abc152d28 /externals/grill/vasp/source/main.h
parentd1f912c93aef58acb6b69b16576792bbcd608399 (diff)
""
svn path=/trunk/; revision=701
Diffstat (limited to 'externals/grill/vasp/source/main.h')
-rw-r--r--externals/grill/vasp/source/main.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/externals/grill/vasp/source/main.h b/externals/grill/vasp/source/main.h
index f8680dab..d8aa8a65 100644
--- a/externals/grill/vasp/source/main.h
+++ b/externals/grill/vasp/source/main.h
@@ -20,6 +20,11 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#error You need at least flext version 0.4.1
#endif
+#if defined(_MSC_VER) && !defined(FLEXT_DEBUG)
+// switch off warnings for the release build
+#pragma warning(disable: 4244)
+#endif
+
#include <typeinfo>
#include <stdlib.h>