[aravis] genicam: remove useless warning.



commit 34f27f1bd55235b10e7e7aac970292a6425228bf
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Fri Apr 2 16:46:08 2010 +0200

    genicam: remove useless warning.

 src/arvgccategory.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/arvgccategory.c b/src/arvgccategory.c
index 5e6d745..540eab6 100644
--- a/src/arvgccategory.c
+++ b/src/arvgccategory.c
@@ -34,7 +34,7 @@ arv_gc_category_add_element (ArvGcNode *node, const char *name, const char *cont
 /*        ArvGcCategory *gc_category = ARV_GC_CATEGORY (node);*/
 
 	if (strcmp (name, "pFeature") == 0) {
-		g_warning ("TODO");
+		/* TODO */
 	} else
 		ARV_GC_NODE_CLASS (parent_class)->add_element (node, name, content, attributes);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]