From b745315323de9f27538edac9453205ca70e6186e Mon Sep 17 00:00:00 2001 From: "Roberto C. Sanchez" Date: Sat, 29 Mar 2014 10:54:04 -0400 Subject: Imported Upstream version 1.6.2+dfsg --- utilities/mkfastmod.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'utilities/mkfastmod.cpp') diff --git a/utilities/mkfastmod.cpp b/utilities/mkfastmod.cpp index 8e0aaf2..3c5ff8a 100644 --- a/utilities/mkfastmod.cpp +++ b/utilities/mkfastmod.cpp @@ -15,6 +15,10 @@ * */ +#ifdef _MSC_VER + #pragma warning( disable: 4251 ) +#endif + #include #include #include @@ -22,7 +26,6 @@ #include #include - #ifndef NO_SWORD_NAMESPACE using sword::SWMgr; using sword::SWModule; -- cgit v1.2.3