mirror of
https://github.com/github/codeql.git
synced 2026-08-04 01:13:00 +02:00
8 lines
93 B
C
8 lines
93 B
C
// GOOD: this does not require a header guard
|
|
|
|
// ...
|
|
|
|
#pragma warning(disable:4103)
|
|
|
|
// ...
|