Open bkmgit opened 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) {
When compiling there are warnings such as