diff --git a/img/codec_heif.c b/img/codec_heif.c index 533bf947d..25057ff4c 100644 --- a/img/codec_heif.c +++ b/img/codec_heif.c @@ -177,6 +177,7 @@ init( PImgCodecInfo * info, void * param) case heif_compression_AV1: ext[2] = "avif"; break; + default:; } if ( strcmp(compstr, "HEVC") == 0)