diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-11-10 13:32:44 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-11-10 18:11:52 +0100 |
commit | aac0b97574b1d180b2a79dabd8ddf10c88719479 (patch) | |
tree | 08143937a325483e1528d18180c91761aa29be15 | |
parent | d64f6caf22715fb421f4b89820c0842b7cae6905 (diff) |
Forgot to add compilerplugins/clang/test/unusedvariablecheck.cxx
...to CompilerTest_compilerplugins_clang in
871e420cbbd8afe064e7bbc0ed426db3b01fddfa "Fix loplugin::unusedvariablecheck
check for std classes"
Change-Id: I011d8ff73189dfa85adb4cbd50e556f25be9b79c
Reviewed-on: https://gerrit.libreoffice.org/44592
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | solenv/CompilerTest_compilerplugins_clang.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk index a07c3fa2f9be..b21ba3b277e4 100644 --- a/solenv/CompilerTest_compilerplugins_clang.mk +++ b/solenv/CompilerTest_compilerplugins_clang.mk @@ -46,6 +46,7 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ compilerplugins/clang/test/unnecessaryoverride-dtor \ compilerplugins/clang/test/unnecessaryparen \ compilerplugins/clang/test/unoany \ + compilerplugins/clang/test/unusedvariablecheck \ compilerplugins/clang/test/useuniqueptr \ compilerplugins/clang/test/vclwidgets \ )) |