File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
c/misra/test/rules/RULE-1-2 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 23
23
| test.c:182:8:182:11 | gf19 | Empty structures are a compiler extension and are not portable to other compilers. |
24
24
| test.c:216:9:216:10 | definition of x1 | Zero length arrays are a compiler extension and are not portable to other compilers. |
25
25
| 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. |
27
27
| test.c:272:23:272:29 | aligned | Use of attribute 'aligned' is a compiler extension and is not portable to other compilers. |
28
28
| test.c:283:25:283:34 | deprecated | Use of attribute 'deprecated' is a compiler extension and is not portable to other compilers. |
29
29
| test.c:295:20:295:30 | fallthrough | Use of attribute 'fallthrough' is a compiler extension and is not portable to other compilers. |
You can’t perform that action at this time.
0 commit comments