commit
13c9df45f6
@ -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>
|
||||
|
@ -62,7 +62,7 @@ public:
|
||||
* another parameter cache.
|
||||
*/
|
||||
template <class OtherCache>
|
||||
void assignPersistentData(const OtherCache& other)
|
||||
void assignPersistentData(const OtherCache& /* other */)
|
||||
{}
|
||||
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user