[aravis] all: disable glib deprecation warnings.



commit ad4db0a5ac9e0d9c8b32d5c2463814b5406f5380
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Mon Dec 17 23:48:59 2012 +0100

    all: disable glib deprecation warnings.

 src/arvtool.c            |    2 ++
 tests/arvcameratest.c    |    2 ++
 tests/arvheartbeattest.c |    2 ++
 tests/arvtest.c          |    2 ++
 4 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/src/arvtool.c b/src/arvtool.c
index db65937..a22c6c9 100644
--- a/src/arvtool.c
+++ b/src/arvtool.c
@@ -1,3 +1,5 @@
+#define GLIB_DISABLE_DEPRECATION_WARNINGS
+
 #include <arv.h>
 #include <stdlib.h>
 #include <string.h>
diff --git a/tests/arvcameratest.c b/tests/arvcameratest.c
index b627900..9c0f550 100644
--- a/tests/arvcameratest.c
+++ b/tests/arvcameratest.c
@@ -1,3 +1,5 @@
+#define GLIB_DISABLE_DEPRECATION_WARNINGS
+
 #include <arv.h>
 #include <stdlib.h>
 #include <signal.h>
diff --git a/tests/arvheartbeattest.c b/tests/arvheartbeattest.c
index ede0f9c..9fcaf2a 100644
--- a/tests/arvheartbeattest.c
+++ b/tests/arvheartbeattest.c
@@ -1,3 +1,5 @@
+#define GLIB_DISABLE_DEPRECATION_WARNINGS
+
 #include <arv.h>
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/tests/arvtest.c b/tests/arvtest.c
index 5862575..f87a256 100644
--- a/tests/arvtest.c
+++ b/tests/arvtest.c
@@ -1,3 +1,5 @@
+#define GLIB_DISABLE_DEPRECATION_WARNINGS
+
 #include <arv.h>
 #include <stdlib.h>
 



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