summaryrefslogtreecommitdiff
path: root/indra/newview/llface.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-07-19 16:05:19 +0800
committerErik Kundiman <erik@megapahit.org>2023-07-19 16:05:19 +0800
commit0a54998432f7848ffad50e357ee5dc0de6f208a7 (patch)
tree3e444df0e9f89672461b68ffb417ae8b323e7e41 /indra/newview/llface.cpp
parent8356386f6674cf7f1e25bcd49f3266868cd5dc7d (diff)
Comment out unused variables whether set or not
Otherwise GCC would treat them as errors, if not suppressed.
Diffstat (limited to 'indra/newview/llface.cpp')
-rw-r--r--indra/newview/llface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp
index c3b3ccabb4..e1edc38923 100644
--- a/indra/newview/llface.cpp
+++ b/indra/newview/llface.cpp
@@ -924,7 +924,7 @@ BOOL LLFace::genVolumeBBoxes(const LLVolume &volume, S32 f,
//VECTORIZE THIS
LLMatrix4a mat_vert;
mat_vert.loadu(mat_vert_in);
- LLVector4a new_extents[2];
+ //LLVector4a new_extents[2];
llassert(less_than_max_mag(face.mExtents[0]));
llassert(less_than_max_mag(face.mExtents[1]));