Skip to content

Commit 941e7e0

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#171 from AndrewPardoe/patch-2
"Users" of the C++ compiler are "developers"
2 parents 88f5e50 + 5965b2b commit 941e7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/preprocessor/compiler-warnings-that-are-off-by-default.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: ["cplusplus"]
1313
---
1414
# Compiler Warnings That Are Off by Default
1515

16-
The compiler includes warnings that are turned off by default because most users don't want to see them. However, you can enable these warnings by using one of the following options.
16+
The compiler includes warnings that are turned off by default because most developers don't want to see them. However, you can enable these warnings by using one of the following options.
1717

1818
**#pragma warning(default :** *warning_number* **)**
1919
The specified warning (*warning_number*) is enabled at its default level. Documentation for the warning contains the default level of the warning.

0 commit comments

Comments
 (0)