* src/sfnt/pngshim.c (Load_SBit_Png): Remove FALL_THROUGH warning.
This commit is contained in:
parent
08268691aa
commit
36a086b630
@ -406,10 +406,7 @@
|
||||
|
||||
switch ( color_type )
|
||||
{
|
||||
default:
|
||||
/* Shouldn't happen, but ... */
|
||||
FALL_THROUGH;
|
||||
|
||||
default: /* Shouldn't happen, but ... */
|
||||
case PNG_COLOR_TYPE_RGB_ALPHA:
|
||||
png_set_read_user_transform_fn( png, premultiply_data );
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user