<div dir="ltr"><div dir="ltr">Hi<div><br></div><div>I think the subject covers it.</div><div><br></div><div><div>../../../../../../rtems/c/src/../../testsuites/psxtests/psxstat/test.c: In function 'stat_a_file_helper':</div><div>../../../../../../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=]</div><div>     printf(  "...st_ino     %" PRIxino_t "\n", statbuf.st_ino );</div><div>              ^~~~~~~~~~~~~~~~~                 ~~~~~~~~~~~~~~</div><div>In file included from ../../../../../../rtems/c/src/../../testsuites/psxtests/../support/include/tmacros.h:21:0,</div><div>                 from ../../../../../../rtems/c/src/../../testsuites/psxtests/psxstat/test.c:24:</div><div>/home/joel/rtems-work/rtems-testing/rtems/rtems/cpukit/include/rtems/inttypes.h:131:21: note: format string is defined here</div><div> #define PRIxino_t "lx"</div></div><div><br></div><div>A lot of warnings were introduced when this change was made which were not addressed at the time of changing the type.</div><div><br></div><div>--joel</div></div></div>