I can't compile anymore (master branch, using clang).
Code:
In file included from /home/franz/Schreibtisch/MCServer/src/Generating/ComposableGenerator.cpp:18:
/home/franz/Schreibtisch/MCServer/src/Generating/FinishGen.h:166:25: error:
comparison of integers of different signs: 'int' and 'unsigned long'
[-Werror,-Wsign-compare]
for (int idx = 0; idx < ARRAYCOUNT(m_IsAllowedBelow); ++idx)
~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/franz/Schreibtisch/MCServer/src/Generating/FinishGen.h:178:25: error:
comparison of integers of different signs: 'int' and 'unsigned long'
[-Werror,-Wsign-compare]
for (int idx = 0; idx < ARRAYCOUNT(m_IsBiomeAllowed); ++idx)