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


Reply via email to