Merge pull request #2327 from ghost/patch-2

fix typo
This commit is contained in:
Julien Couvreur 2019-09-10 14:33:14 -07:00 committed by GitHub
commit dfbe21da9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1258,7 +1258,7 @@ warning_list
;
```
A `#pragma warning` directive that omits the warning list affects all warnings. A `#pragma warning` directive the includes a warning list affects only those warnings that are specified in the list.
A `#pragma warning` directive that omits the warning list affects all warnings. A `#pragma warning` directive that includes a warning list affects only those warnings that are specified in the list.
A `#pragma warning disable` directive disables all or the given set of warnings.