
30 Aug
2014
30 Aug
'14
5:13 p.m.
On Sun, Jun 22, 2014 at 11:10:39PM +0200, Jeroen Hofstee wrote:
When compiling u-boot with W=1 the extern inline void for read* is likely causing the most noise. gcc / clang will warn there is never a actual declaration for these functions. Instead of declaring these extern make them static inline so it is actually declared.
cc: Albert ARIBAUD albert.u.boot@aribaud.net Signed-off-by: Jeroen Hofstee jeroen@myspectrum.nl
Applied to u-boot/master, thanks!
--
Tom