diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-19 10:49:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-19 10:49:40 +0200 |
commit | a293ff34143f90c6836591fc1f4aa419342c5e1b (patch) | |
tree | 1468e1e2c3824a3ff1abab86268626d2be3eb62e /sal | |
parent | 955c99d6eb699dae2804ab430262a9dff89c920b (diff) |
clang-tidy performance-unnecessary-value-param in sal
Change-Id: I2931871fc80f52b79d070961a3709117d0a8fd3a
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/osl/pipe/osl_Pipe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/osl/pipe/osl_Pipe.cxx b/sal/qa/osl/pipe/osl_Pipe.cxx index af5f94752742..f0ccc9b68772 100644 --- a/sal/qa/osl/pipe/osl_Pipe.cxx +++ b/sal/qa/osl/pipe/osl_Pipe.cxx @@ -46,7 +46,7 @@ using ::rtl::OString; /** print last error of pipe system. */ -inline void printPipeError( ::osl::Pipe aPipe ) +inline void printPipeError( ::osl::Pipe const & aPipe ) { oslPipeError nError = aPipe.getError( ); printf("#printPipeError# " ); |