mirror of https://github.com/CGAL/cgal
Just suppress the warning. At least on the icl we have push/pop does not work
This commit is contained in:
parent
7c5be6417e
commit
337197b237
|
|
@ -42,8 +42,7 @@
|
||||||
|
|
||||||
#if defined( __INTEL_COMPILER )
|
#if defined( __INTEL_COMPILER )
|
||||||
// Workarounf for warning in function basic_link_beta_0
|
// Workarounf for warning in function basic_link_beta_0
|
||||||
#pragma warning (push)
|
#pragma warning disable:1017
|
||||||
#pragma warning (disable:1017)
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
@ -3810,10 +3809,6 @@ namespace CGAL {
|
||||||
|
|
||||||
} // namespace CGAL
|
} // namespace CGAL
|
||||||
|
|
||||||
#if defined( __INTEL_COMPILER )
|
|
||||||
#pragma warning (pop)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#endif // CGAL_COMBINATORIAL_MAP_H //
|
#endif // CGAL_COMBINATORIAL_MAP_H //
|
||||||
// EOF //
|
// EOF //
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue