event-test: warn on unhandled enum values

Avoid forgetting to add the correct fields to the switches in
event-test.
This commit is contained in:
Peter Krempa
2016-04-14 15:11:49 +02:00
parent ab48005f10
commit 16dfe015f9
2 changed files with 59 additions and 0 deletions

View File

@@ -48,7 +48,12 @@ dommigrate_dommigrate_SOURCES = dommigrate/dommigrate.c
domsuspend_suspend_SOURCES = domsuspend/suspend.c
domtop_domtop_SOURCES = domtop/domtop.c
hellolibvirt_hellolibvirt_SOURCES = hellolibvirt/hellolibvirt.c
object_events_event_test_CFLAGS = \
$(WARN_CFLAGS) \
$(NULL)
object_events_event_test_SOURCES = object-events/event-test.c
openauth_openauth_SOURCES = openauth/openauth.c
rename_rename_SOURCES = rename/rename.c