Fix unreferenced errors with mingw compiler and unit tests

This commit is contained in:
Fred Sundvik 2017-07-11 19:41:04 +03:00
parent 5a25d50168
commit 78545b9509
5 changed files with 10 additions and 5 deletions

View file

@ -26,5 +26,5 @@ public:
static void TearDownTestCase();
void run_one_scan_loop();
void idle_for(uint ms);
void idle_for(unsigned ms);
};