mirror of https://github.com/CGAL/cgal
Suppress a warning issued by VC12
This commit is contained in:
parent
a45ed40f5d
commit
fa9d5b7f93
|
|
@ -41,6 +41,7 @@
|
|||
#if defined(BOOST_MSVC)
|
||||
# pragma warning(push)
|
||||
# pragma warning(disable:4396)
|
||||
# pragma warning(disable:4522) // multiple assignment operators specified
|
||||
#endif
|
||||
namespace CGAL {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue