Windows can't do __attribute__((unused))

This commit is contained in:
John Dupuy
2023-11-05 17:57:08 -06:00
parent 997ecc0b2a
commit 5af8a39106

View File

@@ -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;