From b1da728f93efa5bfb1d8dc3709a306d70466e22f Mon Sep 17 00:00:00 2001 From: castano Date: Tue, 27 Nov 2007 08:37:18 +0000 Subject: [PATCH] Another gcc warning. --- src/nvtt/squish/weightedclusterfit.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nvtt/squish/weightedclusterfit.cpp b/src/nvtt/squish/weightedclusterfit.cpp index 6655614..5b4a560 100644 --- a/src/nvtt/squish/weightedclusterfit.cpp +++ b/src/nvtt/squish/weightedclusterfit.cpp @@ -467,7 +467,6 @@ void WeightedClusterFit::Compress4( void* block ) Vec3 x0(0.0f); float w0 = 0.0f; int b0 = 0, b1 = 0, b2 = 0; - int i = 0; // check all possible clusters for this total order for( int c0 = 0; c0 <= 16; c0++)