From 5af8a391065078a54e06cd989655f6a6a0168ab6 Mon Sep 17 00:00:00 2001 From: John Dupuy Date: Sun, 5 Nov 2023 17:57:08 -0600 Subject: [PATCH] Windows can't do __attribute__((unused)) --- OndselSolver/FullVector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OndselSolver/FullVector.h b/OndselSolver/FullVector.h index 60b2b3f..53b3d4c 100644 --- a/OndselSolver/FullVector.h +++ b/OndselSolver/FullVector.h @@ -176,7 +176,7 @@ namespace MbD { } } template - inline void FullVector::conditionSelfWithTol(double __attribute__((unused))tol) + inline void FullVector::conditionSelfWithTol(double tol) { assert(false); return;