[coreboot-gerrit] Patch merged into coreboot/master: commonlib: Remove unused static function.

gerrit at coreboot.org gerrit at coreboot.org
Mon Nov 9 12:26:36 CET 2015


the following patch was just integrated into master:
commit f8537c1cd18ad4653672afaf8b881658a2470799
Author: zbao <fishbaozi at gmail.com>
Date:   Fri Nov 6 14:28:56 2015 +0800

    commonlib: Remove unused static function.
    
    Building with Clang without option -Wno-unused-function causes building
    error. I don't know why GCC doesn't have that issue.
    
    ------------
    coreboot/src/commonlib/fsp1_1_relocate.c:47:23: error:
     unused function 'le8toh' [-Werror,-Wunused-function]
    static inline uint8_t le8toh(uint8_t byte)
                          ^
    1 error generated.
    ------------
    
    Change-Id: Iecd1e84e4321446412ef68d65dc918baf1ab45ce
    Signed-off-by: Zheng Bao <fishbaozi at gmail.com>
    Reviewed-on: http://review.coreboot.org/12339
    Tested-by: build bot (Jenkins)
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-by: York Yang <york.yang at intel.com>


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

-gerrit



More information about the coreboot-gerrit mailing list