Re: [PATCH] rfs: fix pointer conversion warnings

2014-10-15 Thread Gedare Bloom
I did not commit this one, because it has the problem of assuming uintptr_t is at least 32-bits wide. On Tue, Oct 14, 2014 at 12:03 AM, Gedare Bloom wrote: > On Mon, Oct 13, 2014 at 10:54 PM, Joel Sherrill > wrote: >> >> >> On October 13, 2014 9:46:50 PM CDT, Gedare Bloom wrote: >>>--- >>> cpuk

Re: [PATCH] rfs: fix pointer conversion warnings

2014-10-13 Thread Gedare Bloom
On Mon, Oct 13, 2014 at 10:54 PM, Joel Sherrill wrote: > > > On October 13, 2014 9:46:50 PM CDT, Gedare Bloom wrote: >>--- >> cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >>diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c >>b/cpu

Re: [PATCH] rfs: fix pointer conversion warnings

2014-10-13 Thread Joel Sherrill
On October 13, 2014 9:46:50 PM CDT, Gedare Bloom wrote: >--- > cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c >b/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c >index 28e4739..48a6737 10

[PATCH] rfs: fix pointer conversion warnings

2014-10-13 Thread Gedare Bloom
--- cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c index 28e4739..48a6737 100644 --- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c +++ b/cpuki