lxdrgen-swift: fix warnings with exhaustive unions
This commit is contained in:
@@ -20,4 +20,9 @@ struct Struct {
|
||||
case NOTHING:
|
||||
void;
|
||||
} u<>;
|
||||
|
||||
union Onion switch (Enum tag) {
|
||||
case NOTHING:
|
||||
void;
|
||||
} o;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user