Re: [U-Boot] [PATCH] sparc: fix unknown escape sequence warnings

2011-12-01 Thread Anatolij Gustschin
On Thu, 13 Oct 2011 01:47:51 -0400 Mike Frysinger wrote: > I don't know what exactly the code was going for, but the object code > is the same before/after my change, and in looking at the env strings, > this seems to be OK. > > Otherwise gcc warns: > cc1: warning: unknown escape sequence: '\$'

Re: [U-Boot] [PATCH] sparc: fix unknown escape sequence warnings

2011-10-13 Thread Mike Frysinger
On Thursday 13 October 2011 04:49:59 Daniel Hellstrom wrote: > On 10/13/2011 07:47 AM, Mike Frysinger wrote: > > I don't know what exactly the code was going for, but the object code > > is the same before/after my change, and in looking at the env strings, > > this seems to be OK. > > > > Otherwi

Re: [U-Boot] [PATCH] sparc: fix unknown escape sequence warnings

2011-10-13 Thread Daniel Hellstrom
On 10/13/2011 07:47 AM, Mike Frysinger wrote: > I don't know what exactly the code was going for, but the object code > is the same before/after my change, and in looking at the env strings, > this seems to be OK. > > Otherwise gcc warns: > cc1: warning: unknown escape sequence: '\$' > cc1: warnin

[U-Boot] [PATCH] sparc: fix unknown escape sequence warnings

2011-10-12 Thread Mike Frysinger
I don't know what exactly the code was going for, but the object code is the same before/after my change, and in looking at the env strings, this seems to be OK. Otherwise gcc warns: cc1: warning: unknown escape sequence: '\$' cc1: warning: unknown escape sequence: '\)' cc1: warning: unknown escap