mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-24 13:05:41 +00:00
In most cases an error report is not necessary in the kernel as the problem does not affect the kernel itself but the according user-land context. Thus we can also do a warning that is not printed in release mode and hence safe execution time. ref #1096