From 1531cfaf9ed5232248a0a45736686a849ca3befc Mon Sep 17 00:00:00 2001 From: Richard Geldreich Date: Thu, 24 Feb 2022 19:46:57 -0500 Subject: [PATCH] Bumping version to 1.16.3 Fixing unused var warnings in MSVC --- basisu_tool.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basisu_tool.cpp b/basisu_tool.cpp index 7b2873c..13ed340 100644 --- a/basisu_tool.cpp +++ b/basisu_tool.cpp @@ -40,7 +40,7 @@ using namespace basisu; using namespace buminiz; -#define BASISU_TOOL_VERSION "1.16" +#define BASISU_TOOL_VERSION "1.16.3" enum tool_mode { @@ -2044,7 +2044,7 @@ static bool unpack_and_validate_basis_file( // Fill the buffer with psuedo-random bytes, to help more visibly detect cases where the transcoder fails to write to part of the output. fill_buffer_with_random_bytes(gi.get_ptr(), gi.get_size_in_bytes()); - uint32_t decode_flags = 0; + //uint32_t decode_flags = 0; tm.start(); @@ -2741,7 +2741,7 @@ static bool compare_mode(command_line_params &opts) { for (uint32_t x = 0; x < a.get_width(); x++) { - color_rgba& d = delta_img(x, y); + //color_rgba& d = delta_img(x, y); for (int c = 0; c < 4; c++) {