Skip to content
Snippets Groups Projects
Commit b4181dd0 authored by Markus Blatt's avatar Markus Blatt
Browse files

[release,parallel] Suppress unused parameter warnings without DUNE_ISTL_WITH_CHECKING

parent d9c0917d
No related branches found
No related tags found
No related merge requests found
......@@ -1293,6 +1293,7 @@ namespace Dune
template<class Data, class GatherScatter, bool FORWARD>
inline void BufferedCommunicator::MessageGatherer<Data,GatherScatter,FORWARD,SizeOne>::operator()(const InterfaceMap& interfaces, const Data& data, Type* buffer, size_t bufferSize) const
{
DUNE_UNUSED_PARAMETER(bufferSize);
typedef typename InterfaceMap::const_iterator
const_iterator;
const const_iterator end = interfaces.end();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment