We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce171b commit a8c134eCopy full SHA for a8c134e
test/kernel/integration/smp/service.cpp
@@ -39,7 +39,7 @@ void Service::start()
39
printf("CPU %i active \n", i);
40
SMP::global_unlock();
41
42
- SMP::add_task([i]{
+ SMP::add_task([]{
43
// NOTE: We can't call printf here as it's not SMP safe
44
45
// Test regular malloc
0 commit comments