From cb4970c9a69046fb354edf50e42d8106da2cc36b Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Tue, 19 May 2015 19:40:59 +0200 Subject: [PATCH] Prevent unused paramerter warning for RedistributeDatahandle. --- opm/autodiff/RedistributeDataHandles.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/autodiff/RedistributeDataHandles.hpp b/opm/autodiff/RedistributeDataHandles.hpp index 29617014e..eee180af4 100644 --- a/opm/autodiff/RedistributeDataHandles.hpp +++ b/opm/autodiff/RedistributeDataHandles.hpp @@ -71,7 +71,7 @@ public: } } template - void scatter(B& buffer, const T& e, std::size_t size) + void scatter(B& buffer, const T& e, std::size_t /* size */) { assert( T::codimension == 0); double val;