[Libreoffice-commits] core.git: compilerplugins/clang

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Oct 1 13:14:36 UTC 2019


 compilerplugins/clang/stringconcatauto.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit ede6b3a780d60edd0357f3ea2426764c0ed13e6b
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Oct 1 10:15:36 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Oct 1 15:13:43 2019 +0200

    Remove spurious #include <unistd.h>
    
    (which appears to be unused and caused compilation failure on Windows)
    
    Change-Id: Ice6882d98da3bac1f53e869b73ab179df93280fa
    Reviewed-on: https://gerrit.libreoffice.org/79925
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/compilerplugins/clang/stringconcatauto.cxx b/compilerplugins/clang/stringconcatauto.cxx
index 0e708d4f6369..6d20f2fd0e14 100644
--- a/compilerplugins/clang/stringconcatauto.cxx
+++ b/compilerplugins/clang/stringconcatauto.cxx
@@ -23,8 +23,6 @@ and so their lifecycle should not extend the lifecycle of those temporaries.
 #include "plugin.hxx"
 #include "check.hxx"
 
-#include <unistd.h>
-
 namespace loplugin
 {
 


More information about the Libreoffice-commits mailing list