Piotr Tworek 1643d623e4 base-hw: Fix warning about unused lambda capture
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
2020-11-23 12:02:59 +01:00
..
2020-04-17 12:39:32 +02:00
2020-10-23 14:16:38 +02:00
2020-02-20 12:11:21 +01:00