Skip to content

Commit be783f7

Browse files
TylerMSFTTylerMSFT
authored andcommitted
clarify that only applies to C
1 parent 091df2f commit be783f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ A semicolon at global scope is not 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)