<div dir="ltr">Forgot to reply all:<br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Steve Pucci</b> <span dir="ltr"><<a href="mailto:spucci@google.com">spucci@google.com</a>></span><br>
Date: Fri, Jan 17, 2014 at 7:32 AM<br>Subject: Re: [lldb-dev] [PATCH] Fix compile warnings with Platform::GetFile<br>To: Sylvestre Ledru <<a href="mailto:sylvestre@debian.org">sylvestre@debian.org</a>><br><br><br><div dir="ltr">
This is the first piece of the separation of the previously submitted patch.  Notes for this piece (copied from previous email):<div><br></div><div>The rename of Platform::GetFile (the three-argument version) to GetFileWithUUID was suggested by gclayton as a way to silence gcc warnings; the warning is emitted when there is an overloaded function in a base class (Platform) for which a derived class redefines one of the overloads but not the other (because doing so hides the other overload from users of the derived class).  By giving the two methods different names, the situation is avoided.<br>

</div><div><br></div><div>Compiled and passed lldb tests on Linux Ubuntu 12.04 and gcc 4.8.2.</div><div><br></div><div>Thanks,</div><div>   Steve</div><div><br></div></div>
</div><br></div>