From 79f2a3d0cf7dc6ac1bd59409c40bf831dd2122dc Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 25 Jan 2016 16:45:12 +0100 Subject: [PATCH] Fix a warning --- Installation/test/Installation/test_gmp_mpfr_dll.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Installation/test/Installation/test_gmp_mpfr_dll.cpp b/Installation/test/Installation/test_gmp_mpfr_dll.cpp index 4a1a64936a9..dd04bc164d1 100644 --- a/Installation/test/Installation/test_gmp_mpfr_dll.cpp +++ b/Installation/test/Installation/test_gmp_mpfr_dll.cpp @@ -14,6 +14,11 @@ int main() { #include #include #include + +#pragma warning(disable:4244 4146) +// conversion with loss of data +// warning on - applied on unsigned number + #include "gmp.h" #include