mirror of https://github.com/CGAL/cgal
Remove a warning for lcc tests
This commit is contained in:
parent
eb9dd93ae5
commit
1237c7a398
|
|
@ -32,7 +32,8 @@ struct Myattrib : public CGAL::Cell_attribute_with_point
|
||||||
|
|
||||||
struct MonInfo
|
struct MonInfo
|
||||||
{
|
{
|
||||||
MonInfo(int i=0) : mnb(i==0?rand():i), ptr(reinterpret_cast<char*>(this))
|
MonInfo(long long int i=0) : mnb(i==0?rand():static_cast<int>(i)),
|
||||||
|
ptr(reinterpret_cast<char*>(this))
|
||||||
{}
|
{}
|
||||||
|
|
||||||
bool operator==(const MonInfo& info) const
|
bool operator==(const MonInfo& info) const
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue