mirror of
https://github.com/corda/corda.git
synced 2025-06-18 07:08:15 +00:00
fix Clang warnings
This commit is contained in:
@ -667,6 +667,7 @@ asAssemblerOperand(Context* c, Site* low, Site* high,
|
||||
}
|
||||
|
||||
class OperandUnion: public lir::Operand {
|
||||
public:
|
||||
// must be large enough and aligned properly to hold any operand
|
||||
// type (we'd use an actual union type here, except that classes
|
||||
// with constructors cannot be used in a union):
|
||||
|
Reference in New Issue
Block a user