summaryrefslogtreecommitdiff
path: root/src/doc
diff options
context:
space:
mode:
authorDaniel R. Carvalho <odanrc@yahoo.com.br>2019-10-31 11:54:42 +0100
committerDaniel Carvalho <odanrc@yahoo.com.br>2019-11-04 21:32:22 +0000
commit0a276fb4bb41f43ada306248e3d9a80e0a7e8140 (patch)
tree3e00e9b286e5c19f4e2f4713322c9142f1f626da /src/doc
parentb7223e0976dddc797babc6cbcaa44aa42ecca4f9 (diff)
downloadgem5-0a276fb4bb41f43ada306248e3d9a80e0a7e8140.tar.xz
mem-cache: Modify compressor to appease newer compilers
The type of the local unique_ptr variable was different from the return type. In C++11 because of such difference, a copy-ellision would not be possible, and that required the use of a std::move. In C++14 the restriction of same types being required was removed, so std::move would not be needed anymore. With the addition of the -Wredundant-move warning in newer compilers, having the std::move on the return became an issue, breaking compilation. Change-Id: I45d18dfc500bb5db5fe360814feb91853c735a19 Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22403 Tested-by: kokoro <noreply+kokoro@google.com> Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com> Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Diffstat (limited to 'src/doc')
0 files changed, 0 insertions, 0 deletions