MISSING_DEFAULT_INSTR

With this parameter, the instrumentation of missing defaults in switch-case blocks can be switched ON and OFF.

It is delivered set to ON on all platforms:
MISSING_DEFAULT_INSTR = ON

When using initializations in C++ in last cases, the instrumentation can lead to uncompilable code. Setting MISSING_DEFAULT_INSTR = OFF is one way to prevent this.