TouchGFX Simulator compiler isn't allowing a cast but compiler for STM32CubeIDE is
I am getting a compiler error when casting from a const uint8_t* to a uint8_t* in the simulator but the compiler and debugger in STM32CubeIDE (1.1.0) is allowing this cast.
Is there a way to modify this compiler setting in the TouchGFX Simulator?
Also, any unused variables throw an error instead of a warning in the Simulator. Is there a way to disable this?