[coreboot-gerrit] Patch merged into coreboot/master: nvramcui: Declare variable outside for loop

gerrit at coreboot.org gerrit at coreboot.org
Wed Jan 25 10:05:56 CET 2017


the following patch was just integrated into master:
commit e7385d14b1577114b3b7aae0969e45fae67e4331
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Fri Jan 20 23:29:21 2017 +0100

    nvramcui: Declare variable outside for loop
    
    Make the code C89 compatible, which doesn’t allow loop initial
    declarations. Older compilers use C89 by default, so just declare the
    variable outside.
    
    Change-Id: I3c5a8109e66f7a25687f4e4b2c72718d74276e04
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Reviewed-on: https://review.coreboot.org/18196
    Tested-by: build bot (Jenkins)
    Reviewed-by: Patrick Georgi <pgeorgi at google.com>


See https://review.coreboot.org/18196 for details.

-gerrit



More information about the coreboot-gerrit mailing list