| 4868 | } |
| 4869 | |
| 4870 | static bool bench_mode(command_line_params& opts) |
| 4871 | { |
| 4872 | BASISU_NOTE_UNUSED(opts); |
| 4873 | error_printf("Unsupported\n"); |
| 4874 | return false; |
| 4875 | } |
| 4876 | |
| 4877 | static uint32_t compute_miniz_compressed_size(const char* pFilename, uint32_t &orig_size) |
| 4878 | { |
no test coverage detected