how i can remove the warning from editor in ccs theia
i want to remove those wave yellow lines from editor how to do it?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
how i can remove the warning from editor in ccs theia
i want to remove those wave yellow lines from editor how to do it?
Hello,
By default, it is not possible disable the warning indicator in the editor. You can disable all warnings from the compiler using the --no_warnings option (accessible from the project properties via: Build -> Tools -> <ISA> Compiler -> Advanced Options -> Diagnostic Options
Thanks
ki