From bec4167d29a68efd0cd2da36143e7f1c78a119a0 Mon Sep 17 00:00:00 2001 From: xolatile Date: Sun, 10 Aug 2025 14:30:56 +0200 Subject: Cleared all warnings on GCC... --- src/engine/normal.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/engine/normal.cpp') diff --git a/src/engine/normal.cpp b/src/engine/normal.cpp index 64c21c6..05c0cf4 100644 --- a/src/engine/normal.cpp +++ b/src/engine/normal.cpp @@ -246,6 +246,7 @@ void setlerpstep(float v, lerpbounds &bounds) { } void initlerpbounds(float u, float v, const lerpvert *lv, int numv, lerpbounds &start, lerpbounds &end) { + (void) u; const lerpvert *first = &lv[0], *second = NULL; loopi(numv-1) { if(lv[i+1].tc.y < first->tc.y) { second = first; first = &lv[i+1]; } -- cgit v1.2.3