From bde2836fcc23e8cb98dfa0250937e6d771b260b7 Mon Sep 17 00:00:00 2001 From: Ambroise Vincent Date: Thu, 14 Feb 2019 09:48:21 +0000 Subject: Remove several warnings reported with W=2 Improved support for W=2 compilation flag by solving some nested-extern and sign-compare warnings. The libraries are compiling with warnings (which turn into errors with the Werror flag). Outside of libraries, some warnings cannot be fixed. Change-Id: I06b1923857f2a6a50e93d62d0274915b268cef05 Signed-off-by: Ambroise Vincent --- bl1/bl1_fwu.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'bl1') diff --git a/bl1/bl1_fwu.c b/bl1/bl1_fwu.c index 57a86aea..c2330163 100644 --- a/bl1/bl1_fwu.c +++ b/bl1/bl1_fwu.c @@ -52,9 +52,6 @@ __dead2 static void bl1_fwu_done(void *client_cookie, void *reserved); */ static unsigned int sec_exec_image_id = INVALID_IMAGE_ID; -/* Authentication status of each image. */ -extern unsigned int auth_img_flags[MAX_NUMBER_IDS]; - /******************************************************************************* * Top level handler for servicing FWU SMCs. ******************************************************************************/ -- cgit v1.2.3