Skip to content

Commit 2e1fcbb

Browse files
author
mikeblome
committed
Fixed small typo in change history
1 parent 1af7e61 commit 2e1fcbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/porting/visual-cpp-what-s-new-2003-through-2015.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,7 @@ In Visual C++ 2015 and later, ongoing improvements to compiler conformance can s
13831383
warning C4467: Usage of ATL attributes is deprecated
13841384
```
13851385
1386-
If you want to continue using attributed ATL code until support is removed from the compiler, you can disable this warning by passing the `/Wv:18` or `/wd:4467` command line arguments to the compiler, or by adding `#pragma warning(disable:4467)` in your source code.
1386+
If you want to continue using attributed ATL code until support is removed from the compiler, you can disable this warning by passing the `/Wv:18` or `/wd4467` command line arguments to the compiler, or by adding `#pragma warning(disable:4467)` in your source code.
13871387
13881388
Example 1 (before)
13891389

0 commit comments

Comments
 (0)