[PATCH] Adding support for whitespace directory names in check_submission

2013-09-21 Thread Vipul Nayyar
--- merge-helpers/check_submission | 382 - 1 file changed, 189 insertions(+), 193 deletions(-) diff --git a/merge-helpers/check_submission b/merge-helpers/check_submission index 90908f1..47ea6cf 100755 --- a/merge-helpers/check_submission +++ b/merge-helpe

Warning Reduction Patches

2013-09-21 Thread Joel Sherrill
Hi I fixed a number of warnings and but there are a couple I think someone else (Chris probably) needs to look at since I think they are code he touches the most. :) ../../../../../../rtems/c/src/../../cpukit/libfs/src/rfs/rtems-rfs-inode.c:335:11: warning: variable 'rrc' set but not used [-Wunus

Re: [rtems commit] semopen.c: Address set but unused variable warning

2013-09-21 Thread Ralf Corsepius
On 09/21/2013 11:19 PM, Joel Sherrill wrote: Module:rtems Branch:master Commit:949265991e186d7262677fa81cf17ccaa8b78cbd Changeset: http://git.rtems.org/rtems/commit/?id=949265991e186d7262677fa81cf17ccaa8b78cbd Author:Joel Sherrill Date: Sat Sep 21 16:17:48 2013 -0500 semo