cnjinhao / nana

a modern C++ GUI library
https://nana.acemind.cn
Boost Software License 1.0
2.29k stars 331 forks source link

Fix warnings in clang #651

Closed linquize closed 2 years ago

linquize commented 2 years ago

Remove std::move from temporary variables Do not capture unused variable

cnjinhao commented 2 years ago

Thanks for your PR!