aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/curses
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2013-03-25 15:13:20 -0700
committerRonald G. Minnich <rminnich@gmail.com>2013-03-26 19:35:28 +0100
commite21f5e14834af6426bd6fc3e7f37f6b18243f416 (patch)
treebf41470b082894fa6e720742ee8e45d6f38fc434 /payloads/libpayload/curses
parenta6c495edcaaade187280262db1bbce887fa28003 (diff)
libpayload: fix size_t handling
libcbfs was using printf for size_t typed variables. However, printf did not support printing those. This patch fixes the issue, removing the warning when compiling ram_media.c libcbfs/ram_media.c:52:10: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat] libcbfs/ram_media.c:52:10: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int' [-Wformat] Change-Id: Iaf6e723f9a5b0a61a39d3125036fee9853e37ba8 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/2904 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'payloads/libpayload/curses')
0 files changed, 0 insertions, 0 deletions