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:
Andreas Lauser
2018-07-02 09:16:26 +02:00
parent fbb885f303
commit aed7e15d2e
6 changed files with 37 additions and 18 deletions

View File

@@ -62,6 +62,7 @@ private:
int mseconds_;
};
void sleepAndPrintFunction();
void sleepAndPrintFunction()
{
int ms = 100;