mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00: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:
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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user