Skip to content
Commit 17fafa15 authored by Jim Ingham's avatar Jim Ingham
Browse files

Remove the “len” defaulted parameter from CommandReturnObject::AppendMessage,...

Remove the “len” defaulted parameter from CommandReturnObject::AppendMessage, AppendWarning and AppendError.  Nobody was using them, and it meant if you accidentally used the AppendWarning when you meant AppendWarningWithFormat with an integer in the format string, it would compile and then return your string plus some unknown amount of junk.

llvm-svn: 170266
parent 2e1f745d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment