We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 091df2f + 470924a commit 4bd00e9Copy full SHA for 4bd00e9
docs/error-messages/compiler-warnings/compiler-warning-level-4-c4019.md
@@ -10,10 +10,13 @@ ms.assetid: 4ecfe85d-673f-4334-8154-36fe7f0b3444
10
11
empty statement at global scope
12
13
-A semicolon at global scope is not preceded by a statement.
+A semicolon at global scope isn't preceded by a statement.
14
15
This warning may be fixed if you remove the extra semicolon.
16
17
+> [!Important]
18
+> This warning only applies to C programs.
19
+
20
## Example
21
22
```c
0 commit comments