Skip to content

Commit 455a466

Browse files
committed
Add default
1 parent 52548f0 commit 455a466

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/astcenc_internal.h

+1
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ static inline unsigned int get_quant_level(quant_method method)
257257
case QUANT_160: return 160;
258258
case QUANT_192: return 192;
259259
case QUANT_256: return 256;
260+
default: break;
260261
}
261262

262263
// Unreachable - the enum is fully described

0 commit comments

Comments
 (0)