EleonoreMizo / fmtconv

Format conversion tools for Vapoursynth and Avisynth+
Do What The F*ck You Want To Public License
67 stars 14 forks source link

Possible bug. #11

Closed ghost closed 4 years ago

ghost commented 5 years ago
In file included from ../fmtconv/build/unix/../../src/conc/CellPool.h:141:
../fmtconv/build/unix/../../src/conc/CellPool.hpp:273:26: warning: variable 'i' used in loop condition not
      modified in loop body [-Wfor-loop-analysis]
                for (size_t i = count; i > 0; --count)

I suppose --count should be --i :)

EleonoreMizo commented 4 years ago

Well spotted, thank you! It’s not a big deal because it is located in a path which should be rarely followed. Anyway it is now fixed in commit 2b8a1adb77b705b3a14d13c52cdfdb2a92adb7fd