From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 1 Dec 2011 22:08:58 +0100 Subject: [U-Boot] [PATCH] sparc: fix unknown escape sequence warnings In-Reply-To: <1318484871-12852-1-git-send-email-vapier@gentoo.org> References: <1318484871-12852-1-git-send-email-vapier@gentoo.org> Message-ID: <20111201220858.43bf1a30@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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: '\$' > cc1: warning: unknown escape sequence: '\)' > cc1: warning: unknown escape sequence: '\040' > cc1: warning: unknown escape sequence: '\$' > cc1: warning: unknown escape sequence: '\)' > > Signed-off-by: Mike Frysinger > --- > include/configs/gr_cpci_ax2000.h | 2 +- > include/configs/gr_ep2s60.h | 2 +- > include/configs/gr_xc3s_1500.h | 2 +- > include/configs/grsim.h | 2 +- > include/configs/grsim_leon2.h | 2 +- > 5 files changed, 5 insertions(+), 5 deletions(-) Appied to u-boot-staging/agust at denx.de. Thanks! Anatolij