mirror of https://github.com/CGAL/cgal
Fix a warning
This commit is contained in:
parent
ccdb47318f
commit
79f2a3d0cf
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue