Kaydet (Commit) a995f827 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove excess [%1 %2] that doesn't match any arguments

...and is apparently a leftover from temporary debug output in
e36badb9 "Fix workaround for bug in Clang 3.2
FunctionDecl::isInlined."

Change-Id: I3213981c5d236a7b67083014692566f75a2bcd51
üst 15b45dac
...@@ -547,7 +547,7 @@ bool SalBool::VisitFunctionDecl(FunctionDecl const * decl) { ...@@ -547,7 +547,7 @@ bool SalBool::VisitFunctionDecl(FunctionDecl const * decl) {
{ {
report( report(
DiagnosticsEngine::Warning, 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) loc)
<< (k == OverrideKind::MAYBE << (k == OverrideKind::MAYBE
? (" (unless this member function overrides a dependent" ? (" (unless this member function overrides a dependent"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment