[coreboot-gerrit] Patch merged into coreboot/master: 8e4bb92 util/cbmem: Fix format string in cbmem.c

gerrit at coreboot.org gerrit at coreboot.org
Mon Jun 3 22:24:41 CEST 2013


the following patch was just integrated into master:
commit 8e4bb92898992446b6264f06b4f20236a65ae962
Author: Nico Huber <nico.huber at secunet.com>
Date:   Sun May 26 18:17:54 2013 +0200

    util/cbmem: Fix format string in cbmem.c
    
    Use PRIx64 to print a u64 instead of "llx". Fixes the following error:
    
    cbmem.c: In function 'parse_cbtable':
    cbmem.c:135:2: error: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'u64' [-Werror=format=]
    
    Change-Id: Ibc2bf8597cb86db5b2e71fba77ec837a08c5e3d4
    Signed-off-by: Nico Huber <nico.huber at secunet.com>
    Reviewed-on: http://review.coreboot.org/3301
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


See http://review.coreboot.org/3301 for details.

-gerrit



More information about the coreboot-gerrit mailing list