Re: [PATCH] rfs: explicitly cast to dev_t

2014-10-13 Thread Gedare Bloom
This fixes a warning about conversion to int without a cast. On Tue, Oct 14, 2014 at 12:04 AM, Gedare Bloom wrote: > --- > cpukit/libfs/src/rfs/rtems-rfs-rtems.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems.c > b/cpukit/libfs/src/

[PATCH] rfs: explicitly cast to dev_t

2014-10-13 Thread Gedare Bloom
--- cpukit/libfs/src/rfs/rtems-rfs-rtems.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems.c index ec9dd2c..6cefe9d 100644 --- a/cpukit/libfs/src/rfs/rtems-rfs-rtems.c +++ b/cpukit/libfs/src/rfs/rtem