2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>

* sp13/task1.c, sp48/init.c: Use %zu instead of %d to print size_t's.
This commit is contained in:
Ralf Corsepius
2009-10-26 09:32:00 +00:00
parent 8d0b835889
commit 6ca9a1ac58

View File

@@ -1,5 +1,6 @@
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp13/task1.c, sp48/init.c: Use %zu instead of %d to print size_t's.
* sp50/init.c, spclockget/init.c: Use PRItime_t to print time_t's.
* sp63/init.c: Fix _Heap_Resize_block args.
* sp09/screen09.c: Eliminate unused var warning.