From 309a6aa2bfbde5d805f3644a2537a3444fba69df Mon Sep 17 00:00:00 2001 From: Joakim Axelsson Date: Fri, 3 Dec 2010 11:03:16 +0800 Subject: db8500: Make sure code is warning free Add -Wall -Wextra -Werror to CFLAGS for db8500 SoC code. Also add -Wno-unused-parameter due to some inline functions in generic include files are having unused parameters. ST-Ericsson ID: None Signed-off-by: Joakim Axelsson Change-Id: Ibc59c6e4ad1188e96d7c65d600881869b7024ce8 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/9891 Reviewed-by: Michael BRANDT --- cpu/arm_cortexa9/db8500/timer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpu/arm_cortexa9/db8500/timer.c') diff --git a/cpu/arm_cortexa9/db8500/timer.c b/cpu/arm_cortexa9/db8500/timer.c index bc27755b1..42d70c73e 100644 --- a/cpu/arm_cortexa9/db8500/timer.c +++ b/cpu/arm_cortexa9/db8500/timer.c @@ -22,6 +22,7 @@ #include #include +#include #include #include -- cgit v1.2.3