Commit bec6aba
http: resolve cov-scan warning COPY_INSTEAD_OF_MOVE
CID 1590459: (#1 of 1): Variable copied when it could be moved (COPY_INSTEAD_OF_MOVE)
copy_constructor_call: node is copied and then passed-by-reference as parameter
to STL insertion function std::vector<FASTCGI_NODE,
std::allocator<FASTCGI_NODE> >::push_back(std::vector<FASTCGI_NODE,
std::allocator<FASTCGI_NODE> >::value_type const &), when it could be moved
instead
Fixes: gromox-2.29-2-gdb53d56891 parent 5231f77 commit bec6aba
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
0 commit comments