Skip to content

Remove some stray backticks #5484

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/mfc/reference/mfc-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Lets you save a complex network of objects in a permanent binary form (usually d
Represents a serialization exception condition.

[`CArray` Class](carray-class.md)\
Supports arrays that resemble` C arrays, but can dynamically reduce and grow as necessary.
Supports arrays that resemble C arrays, but can dynamically reduce and grow as necessary.

[`CAsyncMonikerFile` Class](casyncmonikerfile-class.md)\
Provides functionality for the use of asynchronous monikers in ActiveX controls (formerly OLE controls).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: "Learn more about: Compiler warnings that are off by default"
title: "Compiler warnings that are off by default"
description: "Learn more about: Compiler warnings that are off by default"
ms.date: 01/18/2024
helpviewer_keywords: ["warnings, compiler", "cl.exe compiler, setting options"]
---
Expand Down Expand Up @@ -158,7 +158,7 @@ The following warnings are turned off by default in Visual Studio 2019 and later

| Warning | Message |
|--|--|
| C5052 (level 3) | Keyword '*keyword-name*' was introduced in C++ *version* and requires use of the '*option*' command-line option` <sup>16.1</sup> |
| C5052 (level 3) | Keyword '*keyword-name*' was introduced in C++ *version* and requires use of the '*option*' command-line option <sup>16.1</sup> |
| C5204 (level 3) | A class with virtual functions has non-virtual trivial destructor. <sup>16.5</sup> |
| C5214 (level 4) | applying '*keyword*' to an operand with a volatile qualified type is deprecated in C++20 <sup>16.7</sup> |
| C5215 (level 4) | '*function-parameter*' a function parameter with a volatile qualified type is deprecated in C++20 <sup>16.7</sup> |
Expand Down