File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
error-messages/compiler-warnings Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ description: "Microsoft C++ Code Analysis warning C26434 for the C++ Core Guidel
44ms.date : 08/21/2020
55f1_keywords : ["C26434", "DONT_HIDE_METHODS"]
66helpviewer_keywords : ["C26434"]
7- ms.assetid : 7f66477f-da66-444a-a6e3-44513d7d7e31
87---
98# Warning C26434
109
@@ -44,5 +43,4 @@ struct Derived : Base
4443 void not_virtual() noexcept {} // C26434, hides a non-virtual function
4544 virtual void not_virtual(int i) noexcept {} // C26434, and parameters ignored
4645};
47-
4846```
Original file line number Diff line number Diff line change 11---
22title : Warning C26483
3+ description : CppCoreCheck rule C26483 that enforces C++ Core Guidelines Bounds.2
34ms.date : 03/22/2018
45f1_keywords : ["C26483", "STATIC_INDEX_OUT_OF_RANGE"]
56helpviewer_keywords : ["C26483"]
6- description : CppCoreCheck rule C26483 that enforces C++ Core Guidelines Bounds.2
77---
88# Warning C26483
99
@@ -24,5 +24,4 @@ void function()
2424 int arr2[] { 1, 2, 3 };
2525 arr2[3] = 4; // C26483, 3 is outside the bounds of the array
2626}
27-
2827```
Original file line number Diff line number Diff line change 11---
2- description : " Learn more about: Compiler Warning (level 2) C4150"
32title : Compiler warning (level 2) C4150
4- ms.date : " 11/04/2016"
3+ description : " Learn more about: Compiler Warning (level 2) C4150"
4+ ms.date : 11/04/2016
55f1_keywords : ["C4150"]
66helpviewer_keywords : ["C4150"]
77---
@@ -75,7 +75,6 @@ void NoDestruct( IncClass* pIncClass )
7575{
7676 delete pIncClass;
7777}
78-
7978```
8079
8180## See also
You can’t perform that action at this time.
0 commit comments