mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-02 00:39:42 +00:00
The lambda function passed to Board::Vm_page_table_array does not actually use "this" for anything. GCC does not warn about this, but clang does. Remove the extra capture to make clang happy. Issue #3938