On 11/06/2013 12:33 PM, Wenchao Xia wrote:
> It is possible to reach default case, when an union have a enum
> discriminator, so don't abort() but report the error message.
>
> Signed-off-by: Wenchao Xia
> ---
> scripts/qapi-visit.py | 14 --
> 1 files changed, 12 insertions(+), 2
It is possible to reach default case, when an union have a enum
discriminator, so don't abort() but report the error message.
Signed-off-by: Wenchao Xia
---
scripts/qapi-visit.py | 14 --
1 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/scripts/qapi-visit.py b/script