the following patch was just integrated into master: commit 774c89762a1a3f48d1d9c2e07b6a2740e725b1b0 Author: Edward O'Callaghan eocallaghan@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@alterapraxis.com
See http://review.coreboot.org/5273 for details.
-gerrit