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 )
|
||||
// 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 //
|
||||
|
|
|
|||
Loading…
Reference in New Issue