mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 10:21:04 +00:00
The Vmm::Gic::Gicd_banked::Redistributor is used with Constructible, but does not have a virtual destructor even though it has virtual methods. This prompts clang to issue the following warning: reconstructible.h:122:4: warning: destructor called on non-final 'Vmm::Gic::Gicd_banked::Redistributor' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] Fix this by inheriting Genode::Interface. Issue #3984
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.