mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
aco: Don't declare 'Block' as class, but define as struct.
Fixes clang warnings. Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5228>
This commit is contained in:
parent
c2a778ef0f
commit
536339b0dd
1 changed files with 1 additions and 1 deletions
|
|
@ -748,7 +748,7 @@ private:
|
|||
};
|
||||
};
|
||||
|
||||
class Block;
|
||||
struct Block;
|
||||
|
||||
struct Instruction {
|
||||
aco_opcode opcode;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue