summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/amd/cimx/sb800
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2013-04-13 18:35:32 +0200
committerRonald G. Minnich <rminnich@gmail.com>2013-04-14 02:06:21 +0200
commitcb891de07ffe605897010776fc1becc9589d3648 (patch)
tree1881ca525f8a227b820fb5122c580487b47559df /src/vendorcode/amd/cimx/sb800
parentb8eb0a802f777bd4b2c24bca571afc1d89352006 (diff)
downloadcoreboot-cb891de07ffe605897010776fc1becc9589d3648.tar.gz
coreboot-cb891de07ffe605897010776fc1becc9589d3648.tar.bz2
coreboot-cb891de07ffe605897010776fc1becc9589d3648.zip
cbmem: parse_cbtable: Use length modifier `ll` `u64` argument
Currently on a 32-bit system cbmem fails to build due to `-Werror` and the following warning. $ make cc -O2 -Wall -Werror -iquote ../../src/include -iquote ../../src/src/arch/x86 -c -o cbmem.o cbmem.c […] cbmem.c: In function ‘parse_cbtable’: cbmem.c:135:2: error: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘u64’ [-Werror=format] cc1: all warnings being treated as errors […] Using the length modifier `ll` instead of `l` gets rid of this warning. Change-Id: Ib2656e27594c7aaa687aa84bf07042933f840e46 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/3084 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/vendorcode/amd/cimx/sb800')
0 files changed, 0 insertions, 0 deletions