summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-01-20 15:33:13 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-01-20 17:34:36 +0100
commit493d3558c6e6dce980cb92434f72c0ad03487aa0 (patch)
tree946c223b2f9dd8b28675b28521613cb587c8fd57 /config_host
parenta557830dea9c287b11f3e610778acab94d03cdb0 (diff)
Fix typo
Thanks a lot to Valter Mura: https://listarchives.libreoffice.org/global/l10n/2022/msg00005.html Change-Id: I37467e1b9ba7cba2553be5df0d8324da8fe6c13b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128303 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_global.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_host/config_global.h.in b/config_host/config_global.h.in
index 5f24fe8da397..40b804a60f77 100644
--- a/config_host/config_global.h.in
+++ b/config_host/config_global.h.in
@@ -35,7 +35,7 @@ Any change in this header will cause a rebuild of almost everything.
<https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87150> "move ctor wrongly chosen in return stmt
(derived vs. base)"; MSVC++ 14.24 started to implement it, see <https://
developercommunity.visualstudio.com/content/problem/852827/
- msvc-1424-started-to-chose-move-ctor-in-return-der.html> "MSVC++ 14.24 started to chose move ctor
+ msvc-1424-started-to-chose-move-ctor-in-return-der.html> "MSVC++ 14.24 started to choose move ctor
in return derived vs. base". At least Clang 9, which does not implement it, emits
-Werror,-Wreturn-std-move when it therefore considers a std::move to be missing. On the other
hand, at least some versions of GCC would emit -Werror=redundant-move in places where such a