Error: this' if' clause does not guard. [- Werror=

encountered a compilation error: this" if" clause does not guard. [- Werror=misleading-indentation]

similar to this:
https://github.com/rust-lang/.

and this:
https://stackoverflow.com/que.

but still don"t understand what"s going on,

C
Mar.29,2021

this should be a problem with the gcc version and c code format. Just adjust the code format where something went wrong. It is important to form a good coding style.
if there are too many such errors in the compiled code, you can add-Wno-error, to CFLAG to ignore such errors

.
Menu