emin / WebPQuickLook

Mac OS X QuickLook plugin for WebP image files
776 stars 44 forks source link

"Code will never be executed" #19

Open Darklocq opened 4 years ago

Darklocq commented 4 years ago

while (WebPDemuxNextFrame(&iter));, part of a loop in GenerateThumbnailForURL.c is reported to have this problem by Xcode 10.1 under macOS 10.13.6. The same while appears in two places in the code. This may relate to report #2 .

edmechem commented 4 years ago

Just for what it's worth, it's not working for me on macOS 10.13.6 High Sierra.