Missing ; warning.
Hello.
I have project for STM32U575 created in CubeIDE just before new release of separate CubeIDE and CubeMX.
I imported it into the new version of CubeIDE (2.1.1, it asked whether to “renew” project, and I clicked "yes").
Both then and now, the project has this warnings:

I didn't pay attention to it earlier because the project was working, but now I see that there are more and more strange problems in it. Could it be because of that?
What could cause such warnings? This part of code is not mine, but generated by CubeMX.
I didn’t have this warnings on another project for STM32H7.
HAL code looks very similar for H7 and U5:
H7:

U5:

But only the one for U5 generating warnings.


