mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
4 lines
592 B
Plaintext
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. |
|