From 462801e87dda6467042426c955c2f29e898c8b48 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Fri, 4 Nov 2016 10:45:59 +0100 Subject: Do not handle PCILIB_REGISTER_INCONSISTENT There is no way to check the version of pcilib at compile time and this flag does not seem to be that important anyway ... well let's see. --- uca-ufo-camera.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/uca-ufo-camera.c b/uca-ufo-camera.c index a739e07..cc0dc4c 100644 --- a/uca-ufo-camera.c +++ b/uca-ufo-camera.c @@ -206,9 +206,6 @@ update_properties (UcaUfoCameraPrivate *priv) case PCILIB_REGISTER_RW1I: flags = G_PARAM_READWRITE; break; - case PCILIB_REGISTER_INCONSISTENT: - g_warning ("%s is an inconsistent register, don't know how to handle that", reg->name); - break; } value = read_register_value (priv->handle, reg->name); -- cgit v1.2.1