File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ target_compile_options(${ASTCENC_TEST}
66
66
$<$<NOT :$<CXX_COMPILER_ID:MSVC >>:-Wno-float-equal >
67
67
$<$<NOT :$<CXX_COMPILER_ID:MSVC >>:-Wno-overriding-option>
68
68
$<$<NOT :$<CXX_COMPILER_ID:MSVC >>:-Wno-unsafe-buffer-usage>
69
+ $<$<NOT :$<CXX_COMPILER_ID:MSVC >>:-Wno-switch-default>
69
70
70
71
# Ignore things that the googletest build triggers
71
72
$<$<NOT :$<CXX_COMPILER_ID:MSVC >>:-Wno-unknown-warning-option>
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: Apache-2.0
2
2
// ----------------------------------------------------------------------------
3
- // Copyright 2011-2025 Arm Limited
3
+ // Copyright 2011-2024 Arm Limited
4
4
//
5
5
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
6
6
// use this file except in compliance with the License. You may obtain a copy
@@ -257,7 +257,6 @@ static inline unsigned int get_quant_level(quant_method method)
257
257
case QUANT_160: return 160 ;
258
258
case QUANT_192: return 192 ;
259
259
case QUANT_256: return 256 ;
260
- default : break ;
261
260
}
262
261
263
262
// Unreachable - the enum is fully described
You can’t perform that action at this time.
0 commit comments