[Libreoffice-commits] core.git: solenv/CompilerTest_compilerplugins_clang.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Sep 17 21:01:04 UTC 2018


 solenv/CompilerTest_compilerplugins_clang.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e2a525b00c9ea15408fb64dcb6749405739f58ab
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Sep 17 18:37:37 2018 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Sep 17 23:00:41 2018 +0200

    compilerplugins/clang/test/constfields doesn't work for clang-cl
    
    ...because loplugin:constfields is wrapped in
    
      #if !defined _WIN32 //TODO, #include <sys/file.h>
    
    Change-Id: I9b2a72ecd31f561c71be5a74a752344c24d40f26
    Reviewed-on: https://gerrit.libreoffice.org/60598
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk
index 89085c5e4a8f..e187f374f915 100644
--- a/solenv/CompilerTest_compilerplugins_clang.mk
+++ b/solenv/CompilerTest_compilerplugins_clang.mk
@@ -14,7 +14,7 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \
     compilerplugins/clang/test/blockblock \
     compilerplugins/clang/test/casttovoid \
     compilerplugins/clang/test/commaoperator \
-    compilerplugins/clang/test/constfields \
+    $(if $(filter-out WNT,$(OS)),compilerplugins/clang/test/constfields) \
     compilerplugins/clang/test/constparams \
     compilerplugins/clang/test/convertlong \
     compilerplugins/clang/test/cppunitassertequals \


More information about the Libreoffice-commits mailing list