GCC 14.2.0 compilation failures due to -Wnon-virtual-dtor

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Server Programmability
    • Fully Compatible
    • Programmability 2024-12-09
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      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.

            Assignee:
            James Bronsted
            Reporter:
            James Bronsted
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: