tests: build tests with C90 standard

C90 mode is disabled for:
- testautomation: use of isnan/isfinite
- testlock: use of kill
- testvulkan: use of c++ style strings in vulkan.h
This commit is contained in:
Anonymous Maarten
2023-05-25 01:15:12 +02:00
committed by Anonymous Maarten
parent 5b5b67df20
commit b4291412a4
8 changed files with 25 additions and 20 deletions

View File

@@ -180,7 +180,7 @@ static void loop(void)
SDL_HideWindow(menus[i].win);
}
}
// Don't process this event in SDLTest_CommonEvent()
/* Don't process this event in SDLTest_CommonEvent() */
continue;
}
}