Hi

These printf() format warnings show up on m68k but not on powerpc, sparc,
or mips per my recent builds. I assume these printf's need to use the
inttypes.h constants but I will entrust that to Chris to make the right
call. :)

../../../../../../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=]
../../../../../../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=]
../../../../../../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=]
../../../../../../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=]

Thanks.

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

Reply via email to