Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apps:avifpng: Remove unused variable hasAlpha (#109)
apps/shared/avifpng.c: In function 'avifPNGRead': apps/shared/avifpng.c:80:14: error: variable 'hasAlpha' set but not used [-Werror=unused-but-set-variable] avifBool hasAlpha = AVIF_FALSE; ^~~~~~~~ Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
- Loading branch information