mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 16:14:13 +00:00
c0309a634e
The msg argument in Genode::Rpc_dispatcher::_read_arg is not used. GCC does not care about this, but clang does and prints a warning regaring this. Silence it by removing unused argument name. fixup! base: Silence unused arg warning in rpc_server.h
This directory contains include files of interfaces that are exported by components to be used by other components. Each subdirectory corresponds to the component exporting the interface.