[coreboot-gerrit] Patch merged into coreboot/master: nvramcui: Cast u8 * values to char * to eliminate warnings

gerrit at coreboot.org gerrit at coreboot.org
Tue May 3 20:00:13 CEST 2016


the following patch was just integrated into master:
commit 0cf7acc688706fc1cf14bbbb175e3c113733fd4f
Author: Martin Roth <martinroth at google.com>
Date:   Tue Apr 26 12:33:44 2016 -0600

    nvramcui: Cast u8 * values to char * to eliminate warnings
    
    error: pointer targets of 'strcmp' differ in signedness
    expected 'const char *' but argument is of type
    'u8 * {aka unsigned char *}'
    
    Change-Id: Id5cbb6fc2efd7c57abc59b08416047e10461436f
    Signed-off-by: Martin Roth <martinroth at google.com>
    Reviewed-on: https://review.coreboot.org/14521
    Tested-by: build bot (Jenkins)
    Reviewed-by: Patrick Georgi <pgeorgi at google.com>


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

-gerrit



More information about the coreboot-gerrit mailing list