-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
Compilation against GCC 14.2.0 fails in a number of places due to the enforcement of -Wnon-virtual-dtor, which warns when a derived class inherits a non-virtual destructor from a base class. The fix is to explicitly mark the base class destructor as virtual in each offending case.
- is depended on by
-
SERVER-95407 Upgrade GCC to 14.2
- In Progress