Just suppress the warning. At least on the icl we have push/pop does not work

This commit is contained in:
Andreas Fabri 2016-02-05 11:50:30 +01:00
parent 7c5be6417e
commit 337197b237
1 changed files with 1 additions and 6 deletions

View File

@ -42,8 +42,7 @@
#if defined( __INTEL_COMPILER )
// Workarounf for warning in function basic_link_beta_0
#pragma warning (push)
#pragma warning (disable:1017)
#pragma warning disable:1017
#endif
namespace CGAL {
@ -3810,10 +3809,6 @@ namespace CGAL {
} // namespace CGAL
#if defined( __INTEL_COMPILER )
#pragma warning (pop)
#endif
#endif // CGAL_COMBINATORIAL_MAP_H //
// EOF //