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 a6e3b5e commit 7e0e04eCopy full SHA for 7e0e04e
c/misra/test/rules/RULE-8-2/FunctionTypesNotInPrototypeForm.expected
@@ -1,4 +1,4 @@
1
| test.c:3:6:3:7 | f1 | Function f1 declares parameter that is unnamed. |
2
-| test.c:4:6:4:7 | f2 | Function f2 does not specifiy void for no parameters present. |
3
-| test.c:5:6:5:7 | f3 | Function f3 does not specifiy void for no parameters present. |
+| test.c:4:6:4:7 | f2 | Function f2 does not specify void for no parameters present. |
+| test.c:5:6:5:7 | f3 | Function f3 does not specify void for no parameters present. |
4
| test.c:7:5:7:6 | f5 | Function f5 declares parameter in unsupported declaration list. |
0 commit comments