Re: [buildrobot] score: Silence warnings to fix config-list.mk build

2013-12-10 Thread Jan-Benedict Glaw
Hi Jeff, On Thu, 2013-12-05 21:14:23 -0700, Jeff Law wrote: > On 12/05/13 21:10, Jan-Benedict Glaw wrote: > > On Thu, 2013-12-05 20:49:06 -0700, Jeff Law wrote: > > > I'd just change this one to be correct for the GNU style. If > > > you wanted to follow-up with another patch to fix these > > >

Re: [buildrobot] score: Silence warnings to fix config-list.mk build

2013-12-05 Thread Jeff Law
On 12/05/13 21:10, Jan-Benedict Glaw wrote: On Thu, 2013-12-05 20:49:06 -0700, Jeff Law wrote: On 12/05/13 14:33, Jan-Benedict Glaw wrote: On Thu, 2013-12-05 14:22:46 -0700, Jeff Law wrote: On 12/05/13 14:17, Jan-Benedict Glaw wrote: [...] I'd just change this one to be correct for the GN

Re: [buildrobot] score: Silence warnings to fix config-list.mk build

2013-12-05 Thread Jan-Benedict Glaw
On Thu, 2013-12-05 20:49:06 -0700, Jeff Law wrote: > On 12/05/13 14:33, Jan-Benedict Glaw wrote: > > On Thu, 2013-12-05 14:22:46 -0700, Jeff Law wrote: > > > On 12/05/13 14:17, Jan-Benedict Glaw wrote: [...] > I'd just change this one to be correct for the GNU style. If you > wanted to follow-u

Re: [buildrobot] score: Silence warnings to fix config-list.mk build

2013-12-05 Thread Jeff Law
On 12/05/13 14:33, Jan-Benedict Glaw wrote: On Thu, 2013-12-05 14:22:46 -0700, Jeff Law wrote: On 12/05/13 14:17, Jan-Benedict Glaw wrote: diff --git a/gcc/config/score/score.h b/gcc/config/score/score.h index 5ab7875..e3bb7f0 100644 --- a/gcc/config/score/score.h +++ b/gcc/config/score/score.

Re: [buildrobot] score: Silence warnings to fix config-list.mk build

2013-12-05 Thread Jan-Benedict Glaw
On Thu, 2013-12-05 14:22:46 -0700, Jeff Law wrote: > On 12/05/13 14:17, Jan-Benedict Glaw wrote: > >diff --git a/gcc/config/score/score.h b/gcc/config/score/score.h > >index 5ab7875..e3bb7f0 100644 > >--- a/gcc/config/score/score.h > >+++ b/gcc/config/score/score.h > >@@ -757,11 +757,12 @@ typedef

Re: [buildrobot] score: Silence warnings to fix config-list.mk build

2013-12-05 Thread Jeff Law
On 12/05/13 14:17, Jan-Benedict Glaw wrote: Hi! This patch silences warnings (unused static functions, ambiguous `else') for the score target. 2013-12-05 Jan-Benedict Glaw * config/score/score.c (score_force_temporary): Delete function. (score_split_symbol): Ditto. *