suppress warning

This commit is contained in:
Andreas Fabri 2015-10-02 08:20:45 +02:00
parent 9b8b98c4d0
commit b6dfcffa16
1 changed files with 5 additions and 0 deletions

View File

@ -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"