[Mesa-dev] [PATCH 0/5] nouveau: silence warnings detected by Clang 3.6

Samuel Pitoiset samuel.pitoiset at gmail.com
Tue May 12 08:13:10 PDT 2015


Hi,

This series just fixes some compilation warnings reported by Clang for Nouveau.

Feel free to review.

Samuel Pitoiset (5):
  nv30: remove unused nv40_fp_bra() and nvfx_fp_memcpy() functions
  nv30: do not use container_of() when sample param is not initialized
  nv50/ir: remove unused private field cycle to SchedDataCalculator
  nv50/ir: silence compiler warnings about mismatched tags
  nvc0: remove unused nv50_tsc_wrap_mode() function

 .../drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp  |  1 -
 .../drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp  |  6 ++--
 src/gallium/drivers/nouveau/nv30/nv30_context.c    | 15 ++++----
 src/gallium/drivers/nouveau/nv30/nvfx_fragprog.c   | 40 ----------------------
 src/gallium/drivers/nouveau/nvc0/nvc0_state.c      | 18 ----------
 5 files changed, 9 insertions(+), 71 deletions(-)

-- 
2.4.0



More information about the mesa-dev mailing list