fix new 'unused variable' warnings on GCC
that one was due to the fact that the constructor arguments were no longer used to initialize (unused) private member variables. These warnings did not appear in CLang for some reason. Again, thanks to Bård Skaflestad for the review.
This commit is contained in:
parent
31e7e7e01d
commit
b52b2cd555
@ -236,8 +236,8 @@ namespace Opm
|
||||
const BlackoilPropertiesInterface& props,
|
||||
const RockCompressibility* rock_comp_props,
|
||||
WellsManager& wells_manager,
|
||||
const std::vector<double>& src,
|
||||
const FlowBoundaryConditions* bcs,
|
||||
const std::vector<double>&,
|
||||
const FlowBoundaryConditions*,
|
||||
LinearSolverInterface& linsolver,
|
||||
const double* gravity)
|
||||
: grid_(grid),
|
||||
|
Loading…
Reference in New Issue
Block a user