mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
platform_drv: avoid gcc 6 warnings
This commit is contained in:
parent
d8f60a8ea1
commit
1220a06c3b
@ -276,7 +276,7 @@ class Platform::Session_component : public Genode::Rpc_object<Session>
|
|||||||
throw Out_of_metadata();
|
throw Out_of_metadata();
|
||||||
}
|
}
|
||||||
|
|
||||||
~Quota_reservation()
|
~Quota_reservation() noexcept(false)
|
||||||
{
|
{
|
||||||
if (!guard.revert_withdraw(amount))
|
if (!guard.revert_withdraw(amount))
|
||||||
throw Fatal();
|
throw Fatal();
|
||||||
|
Loading…
Reference in New Issue
Block a user