mirror of https://github.com/CGAL/cgal
suppress warning
This commit is contained in:
parent
9b8b98c4d0
commit
b6dfcffa16
|
|
@ -1,5 +1,10 @@
|
|||
#include "config.h"
|
||||
|
||||
#if defined(BOOST_MSVC)
|
||||
# pragma warning(push)
|
||||
# pragma warning(disable:4244 ) // conversion with loss of data
|
||||
#endif
|
||||
|
||||
#include <CGAL/Image_3.h>
|
||||
|
||||
#include "Volume_plane.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue