Skip to content

Unused local variable

WimObiwan requested to merge myforce:fix-UnusedLocalVariable into master

Removed an unused local variable (the error_code 'returned' by shutdown is not used). This also fixes warnings on Visual C++ about hiding the original ec lambda-parameter.

Merge request reports