mirror of
https://github.com/recp/cglm.git
synced 2026-01-05 22:59:12 +00:00
win,test: fix test build for windows and suppress warnings
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user