aco: Don't declare 'Block' as class, but define as struct.
From Oschowa 536339b0dda33241d21a0e045681419ca46fc812 in mainline mesa reduces clang warnings
This commit is contained in:
parent
952b4b274c
commit
bec5c196e7
@ -747,7 +747,7 @@ private:
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
class Block;
|
struct Block;
|
||||||
|
|
||||||
struct Instruction {
|
struct Instruction {
|
||||||
aco_opcode opcode;
|
aco_opcode opcode;
|
||||||
|
Loading…
Reference in New Issue
Block a user