mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
8 lines
141 B
C
8 lines
141 B
C
#pragma once
|
|
#pragma GCC warning "My warning"
|
|
|
|
#pragma My strange pragma. ("foo" : bar !!)
|
|
|
|
|
|
#pragma prefast(suppress: 26014, "qwerty uiop")
|