We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a9aa1 commit 0f532e3Copy full SHA for 0f532e3
c/misra/test/rules/RULE-7-4/StringLiteralAssignedToNonConstChar.expected
@@ -1,4 +1,4 @@
1
-| char* function sample3 is returning a string literal. |
2
-| char* parameter of sample4 is passed a string literal. |
3
-| char* variable s3 is assigned a string literal. |
4
-| char* variable s3 is declared with a string literal. |
+| test.c:9:9:9:10 | s3 | char* variable s3 is declared with a string literal. |
+| test.c:11:3:12:15 | ... = ... | char* variable s3 is assigned a string literal. |
+| test.c:26:5:26:21 | return ... | char* function sample3 is returning a string literal. |
+| test.c:38:3:38:9 | call to sample4 | char* parameter of sample4 is passed a string literal. |
0 commit comments