mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
sculpt: suppress non-critical warning
This commit is contained in:
parent
33c71d1d2c
commit
26acd6c65a
@ -89,7 +89,7 @@ void Sculpt::Deploy::handle_deploy()
|
|||||||
|
|
||||||
/* determine CPU architecture of deployment */
|
/* determine CPU architecture of deployment */
|
||||||
_arch = managed_deploy.attribute_value("arch", Arch());
|
_arch = managed_deploy.attribute_value("arch", Arch());
|
||||||
if (!_arch.valid())
|
if ((managed_deploy.type() != "empty") && !_arch.valid())
|
||||||
warning("managed deploy config lacks 'arch' attribute");
|
warning("managed deploy config lacks 'arch' attribute");
|
||||||
|
|
||||||
try { _children.apply_config(managed_deploy); }
|
try { _children.apply_config(managed_deploy); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user