diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-01-26 16:45:51 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-01-26 17:06:41 +0100 |
commit | d48e05425055e16c28556aefd15838ae7461ec66 (patch) | |
tree | 43fcbf5fe45f35903d3d9113f6301b7474fa3ff2 /extensions | |
parent | 7345aaf69a9d88cde3deabb6818a00938d8ad392 (diff) |
-Werror,-Wunused-parameter (clang-cl)
Change-Id: I1ac58714e04b995ef5229888f0c427104c001318
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/unoobjw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index f33e79f258d3..2f1ad7feaf79 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -1556,7 +1556,7 @@ STDMETHODIMP UnoObjectWrapperRemoteOpt::Invoke ( DISPID dispidMember, REFIID /* } HRESULT UnoObjectWrapperRemoteOpt::methodInvoke( DISPID /*dispidMember*/, DISPPARAMS * /*pdispparams*/, VARIANT * /*pvarResult*/, - EXCEPINFO * /*pexcepinfo*/, unsigned int * /*puArgErr*/, Sequence<Any> params) + EXCEPINFO * /*pexcepinfo*/, unsigned int * /*puArgErr*/, Sequence<Any>) { return S_OK; } |