Skip to content

Commit 4bd00e9

Browse files
Merge pull request #5142 from TylerMSFT/fixwarn
clarify that only applies to C
2 parents 091df2f + 470924a commit 4bd00e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/error-messages/compiler-warnings/compiler-warning-level-4-c4019.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ ms.assetid: 4ecfe85d-673f-4334-8154-36fe7f0b3444
1010

1111
empty statement at global scope
1212

13-
A semicolon at global scope is not preceded by a statement.
13+
A semicolon at global scope isn't preceded by a statement.
1414

1515
This warning may be fixed if you remove the extra semicolon.
1616

17+
> [!Important]
18+
> This warning only applies to C programs.
19+
1720
## Example
1821

1922
```c

0 commit comments

Comments
 (0)