mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fix extra compiler warnings
this is only relevant people who are masochistic enough to go beyond `-Wall`. (note that at this warning level, there is plenty of noise from Dune and other upstream dependencies.)
This commit is contained in:
@@ -62,6 +62,7 @@ private:
|
||||
int mseconds_;
|
||||
};
|
||||
|
||||
void sleepAndPrintFunction();
|
||||
void sleepAndPrintFunction()
|
||||
{
|
||||
int ms = 100;
|
||||
|
||||
Reference in New Issue
Block a user