jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c2a9dd3a318f467754c8da208d9fbc928dc8f6e1

commit c2a9dd3a318f467754c8da208d9fbc928dc8f6e1
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Mon Apr 20 15:14:47 2015 +0900

    Eina tests: suppress warnings over deprecated functions
---
 src/tests/eina/eina_test_binbuf.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/tests/eina/eina_test_binbuf.c 
b/src/tests/eina/eina_test_binbuf.c
index 14a2526..1b0de28 100644
--- a/src/tests/eina/eina_test_binbuf.c
+++ b/src/tests/eina/eina_test_binbuf.c
@@ -98,6 +98,10 @@ START_TEST(binbuf_remove)
 }
 END_TEST
 
+/* eina_binbuf_manage_new_length and eina_binbuf_manage_read_only_new_length
+ * are deprecated */
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
 START_TEST(binbuf_manage_simple)
 {
    Eina_Binbuf *buf;
@@ -154,6 +158,7 @@ START_TEST(binbuf_manage_read_only_simple)
    eina_shutdown();
 }
 END_TEST
+#pragma GCC diagnostic pop
 
 START_TEST(binbuf_insert)
 {

-- 


Reply via email to