diff options
author | Ian Romanick <[email protected]> | 2014-01-20 10:41:31 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2014-01-23 08:50:58 -0800 |
commit | b790bed21e332cfe0b999dfa9988ae5168557a0c (patch) | |
tree | b912e53738b895b099354dedde40f20d4b5d305f /src/mesa/drivers/dri/radeon/radeon_common_context.h | |
parent | 840154dc5002f7291aa2ece5322be7c2e40d9b6d (diff) |
radeon / r200: Fix incompatible pointer type warning
When parameters were removed from dd_function_table::Viewport (commit
065bd6ff), radeon_viewport (in both radeon and r200) started generating
a warning.
radeon_common.c: In function 'r200_radeon_viewport':
radeon_common.c:415:15: warning: assignment from incompatible pointer type [enabled by default]
radeon_common.c:419:23: warning: assignment from incompatible pointer type [enabled by default]
I didn't notice this initially, and it's harmless because the function is
never called through the incorrectly typed pointer.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Cc: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_common_context.h')
0 files changed, 0 insertions, 0 deletions