Skip to content

Commit 1531cfa

Browse files
committed
Bumping version to 1.16.3
Fixing unused var warnings in MSVC
1 parent 7a2094b commit 1531cfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

basisu_tool.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
using namespace basisu;
4141
using namespace buminiz;
4242

43-
#define BASISU_TOOL_VERSION "1.16"
43+
#define BASISU_TOOL_VERSION "1.16.3"
4444

4545
enum tool_mode
4646
{
@@ -2044,7 +2044,7 @@ static bool unpack_and_validate_basis_file(
20442044
// Fill the buffer with psuedo-random bytes, to help more visibly detect cases where the transcoder fails to write to part of the output.
20452045
fill_buffer_with_random_bytes(gi.get_ptr(), gi.get_size_in_bytes());
20462046

2047-
uint32_t decode_flags = 0;
2047+
//uint32_t decode_flags = 0;
20482048

20492049
tm.start();
20502050

@@ -2741,7 +2741,7 @@ static bool compare_mode(command_line_params &opts)
27412741
{
27422742
for (uint32_t x = 0; x < a.get_width(); x++)
27432743
{
2744-
color_rgba& d = delta_img(x, y);
2744+
//color_rgba& d = delta_img(x, y);
27452745

27462746
for (int c = 0; c < 4; c++)
27472747
{

0 commit comments

Comments
 (0)