fix existing tests build

This commit is contained in:
Recep Aslantas
2023-04-21 22:15:04 +03:00
parent 17b3911e7c
commit c1ff76d3b1
13 changed files with 154 additions and 146 deletions

View File

@@ -10,6 +10,10 @@
#include "../include/common.h"
#if !defined(_WIN32) && !defined(_MSC_VER)
# pragma GCC diagnostic ignored "-Wstrict-prototypes"
#endif
void
test_rand_mat4(mat4 dest);