diff options
author | Ian Romanick <[email protected]> | 2013-12-17 13:38:50 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-02-11 14:36:43 -0800 |
commit | 54b108282836b68b0db7b3c9a9ba096f99d65f16 (patch) | |
tree | 97eb1120904e83d081d70b5c843b609868671ab5 /src/mesa/main | |
parent | d156281cfe8f2ceeb562afda4984972028a74e86 (diff) |
meta: Silence unused parameter warning in _mesa_meta_CopyTexSubImage
drivers/common/meta.c: In function '_mesa_meta_CopyTexSubImage':
drivers/common/meta.c:3744:52: warning: unused parameter 'rb' [-Wunused-parameter]
Unfortunately, the parameter can't just be removed because it is part of
the dd_function_table::CopyTexSubImage interface.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main')
0 files changed, 0 insertions, 0 deletions