[coreboot-gerrit] Patch merged into coreboot/master: 774c897 romcc.c: Fixes warning about unused function from unused macros.

gerrit at coreboot.org gerrit at coreboot.org
Mon Mar 17 19:09:55 CET 2014


the following patch was just integrated into master:
commit 774c89762a1a3f48d1d9c2e07b6a2740e725b1b0
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Thu Feb 20 19:37:42 2014 +1100

    romcc.c: Fixes warning about unused function from unused macros.
    
    GCC suppresses warnings about unused static functions if they are
    inline, however Clang only does this for header files. None of these
    MASK_ declarations are used, so just remove them.
    
    Change-Id: Ia230beba3f6367237838d9b3d90536459e1d52cb
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>


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

-gerrit



More information about the coreboot-gerrit mailing list