tasn pushed a commit to branch master.

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

commit 875bc1514604dca87f19270694bcede4b2434dc2
Author: Tom Hacohen <t...@stosb.com>
Date:   Wed May 6 17:05:38 2015 +0100

    Eo tests: Add the needed define for accessing protected calls.
    
    Fixes the warnings. Thanks to cedric for reporting.
---
 src/tests/eo/composite_objects/composite_objects_main.c | 2 ++
 src/tests/eo/suite/eo_test_general.c                    | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/src/tests/eo/composite_objects/composite_objects_main.c 
b/src/tests/eo/composite_objects/composite_objects_main.c
index 0db210a..9f9741c 100644
--- a/src/tests/eo/composite_objects/composite_objects_main.c
+++ b/src/tests/eo/composite_objects/composite_objects_main.c
@@ -2,6 +2,8 @@
 # include <config.h>
 #endif
 
+#define EO_BASE_PROTECTED
+
 #include "Eo.h"
 #include "composite_objects_simple.h"
 #include "composite_objects_comp.h"
diff --git a/src/tests/eo/suite/eo_test_general.c 
b/src/tests/eo/suite/eo_test_general.c
index baef2fe..684a05c 100644
--- a/src/tests/eo/suite/eo_test_general.c
+++ b/src/tests/eo/suite/eo_test_general.c
@@ -4,6 +4,8 @@
 
 #include <stdio.h>
 
+#define EO_BASE_PROTECTED
+
 #include "Eo.h"
 #include "eo_suite.h"
 #include "eo_test_class_simple.h"

-- 


Reply via email to