Re: [Mesa-dev] [PATCH 10/13] intel/compiler: Silence unused parameter warnings

2018-08-17 Thread Caio Marcelo de Oliveira Filho
You've fixed the warnings in "generate_*" functions in another patch that landed. I guess this commit also fixed and the rebase was clean, but the commit message remained. With that update to the commit message, this patch is Reviewed-by: Caio Marcelo de Oliveira Filho On Fri, Jun 22, 2018 at

[Mesa-dev] [PATCH 10/13] intel/compiler: Silence unused parameter warnings

2018-06-22 Thread Ian Romanick
From: Ian Romanick src/intel/compiler/brw_disasm_info.c: In function ‘nir_print_instr’: src/intel/compiler/brw_disasm_info.c:30:61: warning: unused parameter ‘instr’ [-Wunused-parameter] __attribute__((weak)) void nir_print_instr(const nir_instr *instr, FILE *fp) {}