From bc6034f6c6e957353b18b9c89d98a14923bcf1fa Mon Sep 17 00:00:00 2001 From: GetAway Date: Fri, 13 Jan 2017 20:07:34 +0100 Subject: [PATCH] fix -Wshadow compiler warnings --- fb_display.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fb_display.c b/fb_display.c index dbf7fca..ce645a4 100644 --- a/fb_display.c +++ b/fb_display.c @@ -23,7 +23,6 @@ #include "gfx.h" #include "fb_display.h" -extern unsigned int alpha; void blit2FB(void *fbbuff, uint32_t width, uint32_t height, -- 2.39.5