qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] ARM: delete unused functions/variables from misc devices
@ 2014-09-14 19:33 Peter Maydell
  2014-09-14 19:33 ` [Qemu-devel] [PATCH 1/4] hw/display/blizzard.c: Delete unused function blizzard_rgb2yuv Peter Maydell
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Peter Maydell @ 2014-09-14 19:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: patches

This patch series is another in my sporadic efforts to get us down to
zero warnings with clang 3.4. It deletes a collection of unused functions
and variables which clang complains about (it's a bit pickier than
gcc, especially about "static inline" functions in .c files).

Peter Maydell (4):
  hw/display/blizzard.c: Delete unused function blizzard_rgb2yuv
  hw/intc/imx_avic.c: Remove unused function imx_avic_set_prio()
  hw/display/pxa2xx_lcd.c: Remove unused function pxa2xx_dma_rdst_set
  hw/input/tsc210x.c: Delete unused array tsc2101_rates

 hw/display/blizzard.c   |  8 --------
 hw/display/pxa2xx_lcd.c |  8 --------
 hw/input/tsc210x.c      | 30 ------------------------------
 hw/intc/imx_avic.c      |  9 ---------
 4 files changed, 55 deletions(-)

-- 
2.0.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-09-14 20:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-14 19:33 [Qemu-devel] [PATCH 0/4] ARM: delete unused functions/variables from misc devices Peter Maydell
2014-09-14 19:33 ` [Qemu-devel] [PATCH 1/4] hw/display/blizzard.c: Delete unused function blizzard_rgb2yuv Peter Maydell
2014-09-14 19:33 ` [Qemu-devel] [PATCH 2/4] hw/intc/imx_avic.c: Remove unused function imx_avic_set_prio() Peter Maydell
2014-09-14 19:33 ` [Qemu-devel] [PATCH 3/4] hw/display/pxa2xx_lcd.c: Remove unused function pxa2xx_dma_rdst_set Peter Maydell
2014-09-14 19:33 ` [Qemu-devel] [PATCH 4/4] hw/input/tsc210x.c: Delete unused array tsc2101_rates Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).