mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
The "unsigned Nitpicker::Gui_session::layer()" function returns ~0UL. This prompts clang to produce a warning about implicit unsigned long to unsigned int conversion. Fix it by returning ~0U instead of ~0UL. Issue #3985
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.