i965g: fix warnings
This commit is contained in:
@@ -405,7 +405,6 @@ struct pipe_screen *
|
||||
brw_screen_create(struct brw_winsys_screen *sws)
|
||||
{
|
||||
struct brw_screen *bscreen;
|
||||
int gen;
|
||||
#ifdef DEBUG
|
||||
BRW_DEBUG = debug_get_flags_option("BRW_DEBUG", debug_names, 0);
|
||||
BRW_DEBUG |= debug_get_flags_option("INTEL_DEBUG", debug_names, 0);
|
||||
|
||||
@@ -18,7 +18,7 @@ void brw_dump_data( unsigned pci_id,
|
||||
case BRW_DATA_GS_VS_PROG:
|
||||
case BRW_DATA_GS_GS_PROG:
|
||||
case BRW_DATA_GS_CLIP_PROG:
|
||||
brw_disasm( stderr, data, size / sizeof(struct brw_instruction), gen );
|
||||
brw_disasm( stderr, (struct brw_instruction *)data, size / sizeof(struct brw_instruction), gen );
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user