mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 10:21:04 +00: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.