magictree.cpp: In function 'void DFS(int, int&, std::vector<std::vector<int> >&, std::vector<std::pair<long long int, long long int> >&, std::vector<std::multiset<std::pair<long long int, long long int> > >&)':
magictree.cpp:29:17: warning: ignoring return value of 'constexpr typename std::remove_reference<_Tp>::type&& std::move(_Tp&&) [with _Tp = std::multiset<std::pair<long long int, long long int> >&; typename std::remove_reference<_Tp>::type = std::multiset<std::pair<long long int, long long int> >]', declared with attribute 'nodiscard' [-Wunused-result]
29 | move(promene[tren]);
| ~~~~^~~~~~~~~~~~~~~
In file included from /usr/include/c++/11/bits/stl_pair.h:59,
from /usr/include/c++/11/bits/stl_algobase.h:64,
from /usr/include/c++/11/bits/specfun.h:45,
from /usr/include/c++/11/cmath:1935,
from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:41,
from magictree.cpp:1:
/usr/include/c++/11/bits/move.h:104:5: note: declared here
104 | move(_Tp&& __t) noexcept
| ^~~~
magictree.cpp:35:17: warning: ignoring return value of 'constexpr typename std::remove_reference<_Tp>::type&& std::move(_Tp&&) [with _Tp = std::multiset<std::pair<long long int, long long int> >&; typename std::remove_reference<_Tp>::type = std::multiset<std::pair<long long int, long long int> >]', declared with attribute 'nodiscard' [-Wunused-result]
35 | move(promene[graf[cvor][i]]);
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/11/bits/stl_pair.h:59,
from /usr/include/c++/11/bits/stl_algobase.h:64,
from /usr/include/c++/11/bits/specfun.h:45,
from /usr/include/c++/11/cmath:1935,
from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:41,
from magictree.cpp:1:
/usr/include/c++/11/bits/move.h:104:5: note: declared here
104 | move(_Tp&& __t) noexcept
| ^~~~