Fix classInfo to fix TestCppcheck assertion

This commit is contained in:
Daniel Marjamäki 2017-11-27 23:34:01 +01:00
parent 43db6147d3
commit 6c50dafbac
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ private:
"- suspicious condition (string literals as boolean)\n" "- suspicious condition (string literals as boolean)\n"
"- suspicious comparison of a string literal with a char* variable\n" "- suspicious comparison of a string literal with a char* variable\n"
"- suspicious comparison of '\\0' with a char* variable\n" "- suspicious comparison of '\\0' with a char* variable\n"
"- overlapping string comparisons (strcmp(str,\"x\")==0 || strcmp(str,\"y\")!=0)"; "- overlapping string comparisons (strcmp(str,\"x\")==0 || strcmp(str,\"y\")!=0)\n";
} }
}; };
/// @} /// @}