mirror of https://github.com/CGAL/cgal
Addess -Wdeprecated-anon-enum-enum-conversion
This commit is contained in:
parent
6680a6e6f9
commit
a2ae7d8e13
|
|
@ -202,7 +202,7 @@ public:
|
||||||
// Invalid arc:
|
// Invalid arc:
|
||||||
if (dir_res == EQUAL) return;
|
if (dir_res == EQUAL) return;
|
||||||
|
|
||||||
this->_info = (Conic_arc_2::IS_VALID | DEGREE_1);
|
this->_info = (static_cast<int>(Conic_arc_2::IS_VALID) | static_cast<int>(DEGREE_1));
|
||||||
if (dir_res == SMALLER)
|
if (dir_res == SMALLER)
|
||||||
this->_info = (this->_info | IS_DIRECTED_RIGHT);
|
this->_info = (this->_info | IS_DIRECTED_RIGHT);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue