<div dir="ltr">Hi<div><br></div><div>These printf() format warnings show up on m68k but not on powerpc, sparc,</div><div>or mips per my recent builds. I assume these printf's need to use the</div><div>inttypes.h constants but I will entrust that to Chris to make the right</div><div>call. :)</div><div><br></div><div><div>../../../../../../rtems/c/src/../../cpukit/libdl/rtl-obj-cache.c:175:47: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]</div><div>../../../../../../rtems/c/src/../../cpukit/libdl/rtl-obj-cache.c:175:85: warning: format '%d' expects argument of type 'int', but argument 7 has type 'long unsigned int' [-Wformat=]</div><div>../../../../../../rtems/c/src/../../cpukit/libdl/rtl-obj-cache.c:81:67: warning: format '%d' expects argument of type 'int', but argument 7 has type 'long unsigned int' [-Wformat=]</div><div>../../../../../../rtems/c/src/../../cpukit/libdl/rtl-obj-cache.c:81:81: warning: format '%d' expects argument of type 'int', but argument 9 has type 'long unsigned int' [-Wformat=]</div></div><div><br></div><div>Thanks.</div><div><br></div><div>--joel</div></div>