Silence warnings.

- One class vs struct declaration.
 - Unused variables in a test.
This commit is contained in:
Atgeirr Flø Rasmussen
2020-02-21 10:49:41 +01:00
parent 7b145e360f
commit f35529d7ff
2 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ namespace Opm {
class Valve;
namespace RestartIO {
class RstSegment;
struct RstSegment;
}
}