Merge pull request #140 from atgeirr/silence-warning

Silence warnings
This commit is contained in:
Andreas Lauser 2016-04-19 14:39:00 +02:00
commit 13c9df45f6
2 changed files with 3 additions and 1 deletions

View File

@ -38,8 +38,10 @@
#include <opm/common/ErrorMacros.hpp>
#include <opm/common/Exceptions.hpp>
#include <opm/common/utility/platform_dependent/disable_warnings.h>
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
#include <opm/common/utility/platform_dependent/reenable_warnings.h>
#include <limits>
#include <iostream>

View File

@ -62,7 +62,7 @@ public:
* another parameter cache.
*/
template <class OtherCache>
void assignPersistentData(const OtherCache& other)
void assignPersistentData(const OtherCache& /* other */)
{}
/*!