-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
-
Fully Compatible
-
Programmability 2024-12-09
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 Fix compilation incompatibilities with GCC 14.2
-
- Closed
-