1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-19 09:24:27 +00:00

Fixing Clang warnings 1

This commit is contained in:
Lukas Matena
2021-01-29 16:16:23 +01:00
parent cd1322ce3f
commit 0ff0444dcc
23 changed files with 90 additions and 88 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ struct DnsResource
}
dataoffset = offset;
res.data = std::move(std::vector<char>(buffer.begin() + offset, buffer.begin() + offset + rdlength));
res.data = std::vector<char>(buffer.begin() + offset, buffer.begin() + offset + rdlength);
offset += rdlength;
return std::move(res);