[Libreoffice-commits] core.git: helpcompiler/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Jul 27 06:19:26 UTC 2018


 helpcompiler/inc/HelpCompiler.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 4084f9332956b93f009bb1ab50e1708ce90312ff
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Jul 26 11:28:22 2018 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Jul 27 08:19:01 2018 +0200

    helpcompiler: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)
    
    ...by removing explicitly user-provided functions that do the same as their
    implicitly-defined counterparts, but may prevent implicitly declared copy
    functions from being defined as non-deleted in the future
    
    Change-Id: I61182be57a0ed9071e3559a6445aee98ec5c19bf
    Reviewed-on: https://gerrit.libreoffice.org/58057
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/helpcompiler/inc/HelpCompiler.hxx b/helpcompiler/inc/HelpCompiler.hxx
index 518830ad62b3..dbc76764e35b 100644
--- a/helpcompiler/inc/HelpCompiler.hxx
+++ b/helpcompiler/inc/HelpCompiler.hxx
@@ -65,7 +65,6 @@ namespace fs
         OUString data;
     public:
         path() {}
-        path(const path &rOther) : data(rOther.data) {}
         path(const std::string &in, convert)
         {
             OUString sWorkingDir;


More information about the Libreoffice-commits mailing list