fix compiler errors/warnings for clang 5.0
This commit is contained in:
@@ -2200,7 +2200,7 @@ namespace nana
|
||||
}
|
||||
|
||||
path.insert(0, pnode->value.first);
|
||||
return std::move(path);
|
||||
return path;
|
||||
}
|
||||
return{};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user