diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-01 16:35:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-01 17:35:12 +0200 |
commit | a995f8279931a100713d9fcf57336a2af886e13e (patch) | |
tree | f75a09a95034038eb7992219d3e28f256c4ca327 /compilerplugins | |
parent | 15b45dacbc63f8ebac086d02ccc8ed170cbb75e2 (diff) |
Remove excess [%1 %2] that doesn't match any arguments
...and is apparently a leftover from temporary debug output in
e36badb98d0bb5866a297cb51c3e95cdce62d8da "Fix workaround for bug in Clang 3.2
FunctionDecl::isInlined."
Change-Id: I3213981c5d236a7b67083014692566f75a2bcd51
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/salbool.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/salbool.cxx b/compilerplugins/clang/salbool.cxx index 6e921023fcb8..b32c0a758b94 100644 --- a/compilerplugins/clang/salbool.cxx +++ b/compilerplugins/clang/salbool.cxx @@ -547,7 +547,7 @@ bool SalBool::VisitFunctionDecl(FunctionDecl const * decl) { { report( DiagnosticsEngine::Warning, - "use \"bool\" instead of \"sal_Bool\" as return type%0 [%1 %2]", + "use \"bool\" instead of \"sal_Bool\" as return type%0", loc) << (k == OverrideKind::MAYBE ? (" (unless this member function overrides a dependent" |