Skip to content

Commit 5965b2b

Browse files
authored
"Users" of the C++ compiler are "developers"
Users of the C++ compiler are generally developers. Isn't it a bit more precise and a bit more humanizing to refer to them as such?
1 parent 8ae12a6 commit 5965b2b

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)