ProJucer 5.1 adds a series of explicit warning flags to the Xcode build configuration. I would like to set the following to NO:
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
GCC_WARN_UNUSED_FUNCTION = NO;
CLANG_WARN_COMMA = NO;
CLANG_WARN_UNREACHABLE_CODE = NO;
Is there a way to do this in ProJucer, I can’t seem to find it?