Fix some warnings on gcc/clang

This commit is contained in:
Filip Gawin
2021-01-02 21:54:40 +01:00
parent 9c578580ec
commit c26386c112
16 changed files with 72 additions and 69 deletions

View File

@@ -305,7 +305,7 @@ struct RawMatrix
V3d at;
float32 atw;
V3d pos;
float32 posw;;
float32 posw;
static void mult(RawMatrix *dst, RawMatrix *src1, RawMatrix *src2);
static void transpose(RawMatrix *dst, RawMatrix *src);