M0520009 |
[Message] |
Nested comment is not allowed. |
M0520018 |
[Message] |
Expected a ")". |
M0520111 |
[Message] |
Statement is unreachable. |
M0520128 |
[Message] |
Loop is not reachable from preceding code. |
M0520174 |
[Message] |
Expression has no effect. |
M0520193 |
[Message] |
Zero used for undefined preprocessing identifier xxx. |
M0520237 |
[Message] |
Selector expression is constant. |
M0520261 |
[Message] |
Access control not specified ("name" by default). |
M0520324 |
[Message] |
Duplicate friend declaration. |
M0520381 |
[Message] |
Extra ";" ignored. |
M0520399 |
[Message] |
name has an operator new xxx() but no default operator delete xxx(). |
M0520400 |
[Message] |
name has a default operator delete xxx() but no operator new xxx(). |
M0520479 |
[Message] |
name redeclared "inline" after being called. |
M0520487 |
[Message] |
Inline name cannot be explicitly instantiated. |
M0520534 |
[Message] |
Use of a local type to specify an exception. |
M0520535 |
[Message] |
Redundant type in exception specification. |
M0520549 |
[Message] |
symbol is used before its value is set. |
M0520618 |
[Message] |
Struct or union declares no named members. |
M0520652 |
[Message] |
Calling convention is ignored for this type. |
M0520678 |
[Message] |
Call of "symbol" cannot be inlined. |
M0520679 |
[Message] |
symbol cannot be inlined. |
M0520815 |
[Message] |
Type qualifier on return type is meaningless. |
M0520831 |
[Message] |
Support for placement delete is disabled. |
M0520863 |
[Message] |
Effect of this "#pragma pack" directive is local to xxx. |
M0520866 |
[Message] |
Exception specification ignored. |
M0520949 |
[Message] |
Specifying a default argument on this declaration is nonstandard. |
M0521348 |
[Message] |
Declaration hides "symbol". |
M0521353 |
[Message] |
symbol has no corresponding member operator delete xxx (to be called if an exception is thrown during initialization of an allocated object). |
M0521380 |
[Message] |
Virtual xxx was not defined (and cannot be defined elsewhere because it is a member of an unnamed namespace). |
M0521381 |
[Message] |
Carriage return character in source line outside of comment or character/string literal. |
M0523009 |
[Message] |
This pragma has no effect. |
M0523028 |
[Message] |
Rule rule number : description |
[Explanation] |
Violation of a MISRA-C:2004 rule (indicated by the rule number and description) was detected. |
M0523033 |
[Message] |
Precision lost |
[Explanation] |
There is a possibility that precision will be lost when converting the value of the expression on the right side to the type on the left side in an assignment expression. |
M0523086 |
[Message] |
Rule rule number : description |
[Explanation] |
Violation of a MISRA-C:2012 rule (indicated by the rule number and description) was detected. |
M0560004 |
[Message] |
"file"-"symbol" deleted by optimization |
[Explanation] |
As a result of symbol_delete optimization, the symbol named symbol in file was deleted. |
M0560005 |
[Message] |
The offset value from the symbol location has been changed by optimization "file"-"section"-"symbol + offset" |
[Explanation] |
As a result of the size being changed by optimization within the range of symbol + offset, the offset value was changed. Check that this does not cause a problem. To disable changing of the offset value, cancel the specification of the goptimize option on assembly of file. |
M0560100 |
[Message] |
No inter-module optimization information in "file" |
[Explanation] |
No inter-module optimization information was found in file. Inter-module optimization is not performed on file. To perform inter-module optimization, specify the goptimize option on compiling and assembly. |
M0560101 |
[Message] |
No stack information in "file" |
[Explanation] |
No stack information was found in file. file may be an assembler output file. The contents of the file will not be in the stack information file output by the optimizing linker. |
M0560400 |
[Message] |
Unused symbol "file"-"symbol" |
[Explanation] |
The symbol named symbol in file is not used. |
M0560500 |
[Message] |
Generated CRC code at "address" |
[Explanation] |
CRC code was generated at address. |
M0560700 |
[Message] |
Section address overflow out of range : "section" |
[Explanation] |
The address of "section" is beyond the allowable address range. |