mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-12 13:33:21 +00:00
Clang likes to complain when lambdas capture parameters without actually using them. This patch fixes a couple of such problems in VFS related os module code. Issue #4421