Re: [libvirt] [PATCH v2 06/42] libxl: handle missing switch enum cases

2018-02-19 Thread John Ferlan
On 02/15/2018 11:43 AM, Daniel P. Berrangé wrote: > Cast away enum type for libxl schedular constants since we don't want to > cover all of them and don't want build to break when new ones are added. > > Signed-off-by: Daniel P. Berrangé > --- > src/libxl/libxl_driver.c |

[libvirt] [PATCH v2 06/42] libxl: handle missing switch enum cases

2018-02-15 Thread Daniel P . Berrangé
Cast away enum type for libxl schedular constants since we don't want to cover all of them and don't want build to break when new ones are added. Signed-off-by: Daniel P. Berrangé --- src/libxl/libxl_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git