fix compiler errors/warnings for clang 5.0
This commit is contained in:
@@ -454,7 +454,7 @@ namespace nana
|
||||
thr->performance_parameter = 0.0;
|
||||
thr->fps = p->fps;
|
||||
thr->interval = 1000.0 / double(p->fps);
|
||||
thr->thread = std::make_shared<std::thread>([this, thr]()
|
||||
thr->thread = std::make_shared<std::thread>([thr]()
|
||||
{
|
||||
nana::system::timepiece tmpiece;
|
||||
while (true)
|
||||
|
||||
Reference in New Issue
Block a user