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@redhat.com>
This commit is contained in:
parent
59273adf87
commit
e2a525b00c
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue