Open Darklocq opened 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 .
while (WebPDemuxNextFrame(&iter));
while
Just for what it's worth, it's not working for me on macOS 10.13.6 High Sierra.
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 samewhile
appears in two places in the code. This may relate to report #2 .