mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
os: Add missing override keyword.
The _device_specific_features() implements part of the Virtio_device interface. Decorate it with override keyword to make this clear and also satisfy clang which produces warning regarding this. Issue #3984
This commit is contained in:
committed by
Norman Feske
parent
3fdf323e6e
commit
052f678225
@@ -62,7 +62,7 @@ class Vmm::Virtio_console : public Virtio_device
|
||||
_assert_irq();
|
||||
}
|
||||
|
||||
Register _device_specific_features() { return 0; }
|
||||
Register _device_specific_features() override { return 0; }
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user