Skip to content

Commit cbc6388

Browse files
authored
Update c/misra/test/rules/RULE-1-2/LanguageExtensionsShouldNotBeUsed.expected
1 parent 46f3b83 commit cbc6388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/misra/test/rules/RULE-1-2/LanguageExtensionsShouldNotBeUsed.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
| test.c:182:8:182:11 | gf19 | Empty structures are a compiler extension and are not portable to other compilers. |
2424
| test.c:216:9:216:10 | definition of x1 | Zero length arrays are a compiler extension and are not portable to other compilers. |
2525
| test.c:266:16:266:21 | access | Use of attribute 'access' is a compiler extension and is not portable to other compilers. |
26-
| test.c:270:5:270:9 | alias | Use of attribute 'alias' is a compiler extension and is not portable to other compilers. |
26+
| test.c:269:27:269:31 | alias | Use of attribute 'alias' is a compiler extension and is not portable to other compilers. |
2727
| test.c:272:23:272:29 | aligned | Use of attribute 'aligned' is a compiler extension and is not portable to other compilers. |
2828
| test.c:283:25:283:34 | deprecated | Use of attribute 'deprecated' is a compiler extension and is not portable to other compilers. |
2929
| test.c:295:20:295:30 | fallthrough | Use of attribute 'fallthrough' is a compiler extension and is not portable to other compilers. |

0 commit comments

Comments
 (0)