Windows can't do __attribute__((unused))
This commit is contained in:
@@ -176,7 +176,7 @@ namespace MbD {
|
||||
}
|
||||
}
|
||||
template<typename T>
|
||||
inline void FullVector<T>::conditionSelfWithTol(double __attribute__((unused))tol)
|
||||
inline void FullVector<T>::conditionSelfWithTol(double tol)
|
||||
{
|
||||
assert(false);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user