* src/sfnt/pngshim.c (Load_SBit_Png): Remove FALL_THROUGH warning.

This commit is contained in:
Alexei Podtelezhnikov 2023-04-28 19:40:35 -04:00
parent 08268691aa
commit 36a086b630
1 changed files with 1 additions and 4 deletions

View File

@ -406,10 +406,7 @@
switch ( color_type ) switch ( color_type )
{ {
default: default: /* Shouldn't happen, but ... */
/* Shouldn't happen, but ... */
FALL_THROUGH;
case PNG_COLOR_TYPE_RGB_ALPHA: case PNG_COLOR_TYPE_RGB_ALPHA:
png_set_read_user_transform_fn( png, premultiply_data ); png_set_read_user_transform_fn( png, premultiply_data );
break; break;