diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-03-25 10:47:34 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-03-25 16:21:04 +0000 |
commit | 5d8e6901ec14edd9da10d9dee63b2ef2ab058692 (patch) | |
tree | 4f4ba52e1a1e14a03ffa1164366121fe82b87f8c /solenv | |
parent | 7668d4e616dd37d3b335c43db897b64a7349047b (diff) |
Add loplugin:redundantinline
...after it had recently been run with 6cb9e6dad798ec59f055aebe84a9c4a21e4be40d
"Remove redundant 'inline' keyword"
Change-Id: I7f3ee2ff1c32988dcff7245c64b50fe20b0a5e79
Reviewed-on: https://gerrit.libreoffice.org/35681
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-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 c0d3dcf08192..80508e8ce6a5 100644 --- a/solenv/CompilerTest_compilerplugins_clang.mk +++ b/solenv/CompilerTest_compilerplugins_clang.mk @@ -18,6 +18,7 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ compilerplugins/clang/test/oslendian-2 \ compilerplugins/clang/test/oslendian-3 \ compilerplugins/clang/test/redundantcast \ + compilerplugins/clang/test/redundantinline \ compilerplugins/clang/test/salbool \ compilerplugins/clang/test/stringconstant \ compilerplugins/clang/test/unnecessaryoverride-dtor \ |