supercollider / sc3-plugins

Community plugins for SuperCollider
https://supercollider.github.io/sc3-plugins/
GNU General Public License v2.0
458 stars 122 forks source link

Fix warning comparison of integer expressions of different signedness #346

Open bkmgit opened 1 year ago

bkmgit commented 1 year ago

When compiling there are warnings such as

source/HOAUGens/HOAAzimuthRotator2.cpp:988:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
  988 |     for (int i = 0; i < numControls; ++i) {