Files
codeql/cpp/ql/test/query-tests/jsf/4.16 Initialization/AV Rule 145/AV Rule 145.expected
2018-08-02 17:53:23 +01:00

4 lines
592 B
Plaintext

| test.c:8:6:8:6 | (unnamed enum) | In an enumerator list, the = construct should not be used to explicitly initialize members other than the first, unless all items are explicitly initialized. |
| test.c:16:6:16:6 | (unnamed enum) | In an enumerator list, the = construct should not be used to explicitly initialize members other than the first, unless all items are explicitly initialized. |
| test.c:38:6:38:6 | (unnamed enum) | In an enumerator list, the = construct should not be used to explicitly initialize members other than the first, unless all items are explicitly initialized. |