What Do I Do If a Large Number of Warning Messages Are Printed on the Background Console or in Logs When I'm Writing a C++ Project?
Symptom
When I use MindStudio IDE to write a C++ project, a large number of "AnnotationHolder.createInfoAnnotation()" warning messages are printed on the background console or in logs.
Fault Analysis
The third-party plugins are in the interface transition period, and some interfaces are about to be discarded. As a result, a large number of related alarms are generated.
Solution
This warning only indicates that a specific interface is about to be discarded and does not affect the use of MindStudio IDE. You can ignore them and continue to write your project.
Parent topic: Configuration Procedure