Fix a warning

This commit is contained in:
Laurent Rineau 2016-01-25 16:45:12 +01:00
parent ccdb47318f
commit 79f2a3d0cf
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ int main() {
#include <iostream>
#include <cassert>
#include <windows.h>
#pragma warning(disable:4244 4146)
// conversion with loss of data
// warning on - applied on unsigned number
#include "gmp.h"
#include <mpfr.h>