OSDN Git Service

meta: Silence unused parameter warning in setup_drawpix_texture
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 17 Dec 2013 03:07:24 +0000 (19:07 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 11 Feb 2014 22:36:43 +0000 (14:36 -0800)
commitd156281cfe8f2ceeb562afda4984972028a74e86
treebe171aca3c9cb31c527905d51040585c8742a467
parentf34d599a5b86fe05be22201e7cf279d5578feb7f
meta: Silence unused parameter warning in setup_drawpix_texture

drivers/common/meta.c: In function 'setup_drawpix_texture':
drivers/common/meta.c:1572:30: warning: unused parameter 'texIntFormat' [-Wunused-parameter]

setup_drawpix_texture has never used this paramater.  Before the
refactor commit 04f8193aa it was used in several locations.  After that
commit, texIntFormat was only used in alloc_texture.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/common/meta.c