Hi

I think the subject covers it.
../../../../../../rtems/c/src/../../testsuites/psxtests/psxstat/test.c: In
function 'stat_a_file_helper':
../../../../../../rtems/c/src/../../testsuites/psxtests/psxstat/test.c:243:14:
warning: format '%lx' expects argument of type 'long unsigned int', but
argument 2 has type 'ino_t {aka long long unsigned int}' [-Wformat=]
     printf(  "...st_ino     %" PRIxino_t "\n", statbuf.st_ino );
              ^~~~~~~~~~~~~~~~~                 ~~~~~~~~~~~~~~
In file included from
../../../../../../rtems/c/src/../../testsuites/psxtests/../support/include/tmacros.h:21:0,
                 from
../../../../../../rtems/c/src/../../testsuites/psxtests/psxstat/test.c:24:
/home/joel/rtems-work/rtems-testing/rtems/rtems/cpukit/include/rtems/inttypes.h:131:21:
note: format string is defined here
 #define PRIxino_t "lx"

A lot of warnings were introduced when this change was made which were not
addressed at the time of changing the type.

--joel
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to