Cppcheck Cannot Tokenize the Code Correctly
Symptom
Cppcheck cannot tokenize the code correctly is displayed during code check.
Cause Analysis
It is a rule of Cppcheck. The code contains syntax errors, which are caused by C code written using Java syntax.
Solution
The code must be written according to coding specifications of the C language and cannot contain the coding rules of other languages.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot