When i use a component like uart or gsm, during the compilation the compiler return me the following warnings
2G.c
FCV_ANSWER[0] = FCV_RECEINVE[5];
^
2G.c:967:6: note: expected 'MX_CHAR *' but argument is of type 'volatile MX_CHAR *'
//Local variable definitions
^
2G.c
mainendloop: goto mainendloop;
^
2G.c
MX_UINT8 FCL_POS_STR;
^
the problem is both using the GSM component and the uart component.
These warnings multiply when you enter more lines of code.
In programs with many lines of code the warnings also appear for simple delays

