Re: [edk2-devel] [PATCH edk2-platforms 5/5] Platform/RDKQemu: stop using deprecated string conversion routines

2019-06-11 Thread Ard Biesheuvel
On Mon, 10 Jun 2019 at 21:01, Leif Lindholm wrote: > > On Mon, Jun 10, 2019 at 08:55:03PM +0200, Ard Biesheuvel wrote: > > On Mon, 10 Jun 2019 at 20:06, Leif Lindholm > > wrote: > > > > > > On Mon, Jun 10, 2019 at 04:20:06PM +0200, Ard Biesheuvel wrote: > > > > Stop using deprecated string

Re: [edk2-devel] [PATCH edk2-platforms 5/5] Platform/RDKQemu: stop using deprecated string conversion routines

2019-06-10 Thread Leif Lindholm
On Mon, Jun 10, 2019 at 08:55:03PM +0200, Ard Biesheuvel wrote: > On Mon, 10 Jun 2019 at 20:06, Leif Lindholm wrote: > > > > On Mon, Jun 10, 2019 at 04:20:06PM +0200, Ard Biesheuvel wrote: > > > Stop using deprecated string conversion routines so we can stop > > > un'#define'ing the

Re: [edk2-devel] [PATCH edk2-platforms 5/5] Platform/RDKQemu: stop using deprecated string conversion routines

2019-06-10 Thread Ard Biesheuvel
On Mon, 10 Jun 2019 at 20:06, Leif Lindholm wrote: > > On Mon, Jun 10, 2019 at 04:20:06PM +0200, Ard Biesheuvel wrote: > > Stop using deprecated string conversion routines so we can stop > > un'#define'ing the DISABLE_NEW_DEPRECATED_INTERFACES macro in this code. > > > > Signed-off-by: Ard

Re: [edk2-devel] [PATCH edk2-platforms 5/5] Platform/RDKQemu: stop using deprecated string conversion routines

2019-06-10 Thread Leif Lindholm
On Mon, Jun 10, 2019 at 04:20:06PM +0200, Ard Biesheuvel wrote: > Stop using deprecated string conversion routines so we can stop > un'#define'ing the DISABLE_NEW_DEPRECATED_INTERFACES macro in this code. > > Signed-off-by: Ard Biesheuvel > --- >

[edk2-devel] [PATCH edk2-platforms 5/5] Platform/RDKQemu: stop using deprecated string conversion routines

2019-06-10 Thread Ard Biesheuvel
Stop using deprecated string conversion routines so we can stop un'#define'ing the DISABLE_NEW_DEPRECATED_INTERFACES macro in this code. Signed-off-by: Ard Biesheuvel --- Platform/Comcast/Library/RdkBootManagerLib/DiskIo.c | 12 +++-- Platform/Comcast/Library/RdkBootManagerLib/RdkFile.c |