From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 10 Aug 2013 09:19:56 +0200 Subject: [U-Boot] [PATCH 07/11] video: Encapsulate font in video_font_data.h In-Reply-To: <1375220281-11132-8-git-send-email-marex@denx.de> References: <1375220281-11132-1-git-send-email-marex@denx.de> <1375220281-11132-8-git-send-email-marex@denx.de> Message-ID: <20130810091956.108100b6@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Tue, 30 Jul 2013 23:37:57 +0200 Marek Vasut wrote: > This patch moves all the font configuration values into video_font_data.h > so they are all in the right place with the font. The video_font.h now only > includes video_font_data.h and will allow us to select and include different > font once more fonts are added. this patch adds a warning: Configuring for mcc200 board... text data bss dec hex filename 202480 19924 286272 508676 7c304 ./u-boot /home/ag/u-boot/u-boot-video/include/video_font_data.h:16:22: warning: 'video_fontdata' defined but not used [-Wunused-variable] and commit d3983ee85 did this video_font.h split. Any idea how we should handle it? Thanks, Anatolij