[coreboot] Patch merged into coreboot/master: cc86e63 libpayload: Don't declare the loop counter within the for loop

gerrit at coreboot.org gerrit at coreboot.org
Thu Mar 14 01:42:54 CET 2013


the following patch was just integrated into master:
commit cc86e63e835ab0bceb62215460a13266a791cdd3
Author: Gabe Black <gabeblack at google.com>
Date:   Sat Mar 2 03:32:19 2013 -0800

    libpayload: Don't declare the loop counter within the for loop
    
    'for' loop initial declarations are only allowed in C99 mode
    
    I didn't realize we don't enable 14 year old features when building
    libpayload, and I must have accidentally not rebuilt everything when making my
    final tweaks to my earlier change.
    
    Change-Id: I6caeeffad177b6d61fa30175f767e85084c061f4
    Signed-off-by: Gabe Black <gabeblack at google.com>
    Reviewed-on: http://review.coreboot.org/2718
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Tested-by: build bot (Jenkins)

Build-Tested: build bot (Jenkins) at Thu Mar 14 01:22:57 2013, giving +1
See http://review.coreboot.org/2718 for details.

-gerrit



More information about the coreboot mailing list