fix compiler warnings (#3094)

This commit is contained in:
Jcw87
2026-02-11 00:14:18 -08:00
committed by GitHub
parent e537b32c66
commit a07ec61d66
10 changed files with 11 additions and 25 deletions
+1 -3
View File
@@ -6,14 +6,12 @@
#include "JSystem/JMath/JMath.h"
#include "JSystem/JUtility/JUTTexture.h"
void dummy() {
void J3DUShadow_dummy(JUTTexture* tex, JGeometry::TVec3<f32>* vec) {
JMAAbs(0.0f);
JMathInlineVEC::C_VECDotProduct(NULL, NULL);
JGeometry::TVec3<f32>* vec;
vec->dot(*vec);
vec->length();
JUTTexture* tex;
tex->getCaptureFlag();
tex->getFormat();
JMath::fastSqrt<f32>(0.0f);