c9ec1ac5d4
as requested/discussed in PR #4989, by using size_t or at least unsigned instead of casting to int when using the size() method of stl containers (vectors etc.) in for loops. Doesn't work everywhere though, not without either adding more casts elsewhere or with massive code changes or with different compiler(s') warnings. Tested with MinGW 64-bit, MinGW 32-bit and MSVC 64-bit. |
||
---|---|---|
.. | ||
chan.cpp | ||
CMakeLists.txt | ||
conv.cpp | ||
conv.h | ||
dsp.cpp | ||
fluid.cpp | ||
fluid.h | ||
fluid_gui.ui | ||
fluidgui.cpp | ||
fluidgui.h | ||
gen.cpp | ||
gen.h | ||
mod.cpp | ||
sfont.cpp | ||
sfont.h | ||
sfont3.cpp | ||
voice.cpp | ||
voice.h |