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/cipherraw.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utilities/cipherraw.cpp') diff --git a/utilities/cipherraw.cpp b/utilities/cipherraw.cpp index 026e06d..1d0df9c 100644 --- a/utilities/cipherraw.cpp +++ b/utilities/cipherraw.cpp @@ -15,6 +15,11 @@ * */ +#ifdef _MSC_VER + #pragma warning( disable: 4251 ) + #pragma warning( disable: 4996 ) +#endif + #include #include #include -- cgit v1.2.3