Timestamp:
09/03/15 20:55:52 (9 years ago)
Author:
Martin Galvan <martin.galvan@…>
Branches:
4.11
Children:
44eb9893
Parents:
efb798e
git-author:
Martin Galvan <martin.galvan@…> (09/03/15 20:55:52)
git-committer:
Joel Sherrill <joel.sherrill@…> (09/03/15 21:09:22)
Message:

cpukit/libmisc/dumpbuf/dumpbuf.c: Fix compilation warnings

Compiling dumpbuf.c causes the following warning to be issued:

warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness [-Wpointer-sign]

This happens because line_buffer is declared as unsigned.

Closes #2411.

(No files)

Note: See TracChangeset for help on using the changeset viewer.