diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-01-07 15:20:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-01-07 15:20:52 +0100 |
commit | d4019c97c511f522dd1a4bb31080c92785f157b1 (patch) | |
tree | 287c2d9684916feb4426de0817856643dfcb3db0 /cppuhelper | |
parent | c6686fee44e868a24e946a017bd669b71123a200 (diff) |
-Werror=array-bounds
Change-Id: I6766ccc5e760b34a4e276c1322745533a00131fa
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/bootstrap.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cppuhelper/source/bootstrap.cxx b/cppuhelper/source/bootstrap.cxx index d5130b9a2eaa..34dd060febfc 100644 --- a/cppuhelper/source/bootstrap.cxx +++ b/cppuhelper/source/bootstrap.cxx @@ -160,8 +160,7 @@ Reference< XComponentContext > SAL_CALL bootstrap() args[ 1 ].pData, args[ 2 ].pData, args[ 3 ].pData, - args[ 4 ].pData, - args[ 5 ].pData + args[ 4 ].pData }; ::osl::Security sec; |