i965: Silence unused parameter warning
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 28 Feb 2015 02:42:03 +0000 (18:42 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 9 Mar 2015 21:07:14 +0000 (14:07 -0700)
commit78a211cee5f3f5fc101e3e68b5b1c8258837a6c3
treec51e2b5d6f6e4234aa4b6508c855209162c5523c
parent3a6a732c43e6ba6d48575796907f1ed144c7722c
i965: Silence unused parameter warning

All dd functions take a gl_context as the first parameter.  Instead of
removing it, just silence the warning.

brw_performance_monitor.c: In function 'brw_new_perf_monitor':
brw_performance_monitor.c:1354:41: warning: unused parameter 'ctx' [-Wunused-parameter]
 brw_new_perf_monitor(struct gl_context *ctx)
                                         ^

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Carl Worth <cworth@cworth.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/drivers/dri/i965/brw_performance_monitor.c