win,test: fix test build for windows and suppress warnings

This commit is contained in:
Recep Aslantas
2019-10-14 19:08:34 +03:00
parent 7cdeada701
commit 381e66349a
10 changed files with 116 additions and 95 deletions

View File

@@ -71,10 +71,6 @@ main(int argc, const char * argv[]) {
fprintf(stderr, "\n" RESET);
passed++;
}
struct timespec t;
t.tv_nsec = 100000000 * 0.5;
// nanosleep(&t, NULL);
}
if (failed == 0) {