Remove a warning for lcc tests
This commit is contained in:
@@ -32,7 +32,8 @@ struct Myattrib : public CGAL::Cell_attribute_with_point
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user