efl/src/examples
Srivardhan Hebbar 59de60e60c ecore_con: remove code in examples that triggered warnings.
Summary:
When the examples were compiled they used to through the below warning
$ gcc -o ecore_con_client_simple_example ecore_con_client_simple_example.c `pkg-config --libs --cflags ecore ecore-con eina`
ecore_con_client_simple_example.c:11:0: warning: "EINA_UNUSED" redefined
 # define EINA_UNUSED
 ^
In file included from /usr/include/eina-1/Eina.h:215:0,
                 from /usr/include/ecore-1/Ecore.h:304,
                 from ecore_con_client_simple_example.c:5:
/usr/include/eina-1/eina/eina_types.h:112:0: note: this is the location of the previous definition
 #  define EINA_UNUSED __attribute__ ((__unused__))
 ^
So removed these defines as they are no longer required now.

Reviewers: cedric

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1919

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
2015-02-03 14:30:27 +01:00
..
ecore ecore_con: remove code in examples that triggered warnings. 2015-02-03 14:30:27 +01:00
ecore_avahi autotools: Fixed 'make examples' and 'make examples-install' 2014-07-02 20:01:09 -03:00
edje examples: Removed compilation warnings. 2014-07-18 18:55:56 -03:00
eet examples: Removed compilation warnings. 2014-07-18 18:55:56 -03:00
eina examples/eina_inarray: Remove unused variables. 2015-01-16 10:39:24 +01:00
eina_cxx autotools: Add -I$(srcdir)/lib/efl/ to the examples. 2014-09-12 15:28:23 -03:00
eio autotools: Fixed 'make examples' and 'make examples-install' 2014-07-02 20:01:09 -03:00
eldbus examples/eldbus: Initialize all description members 2014-11-07 15:05:46 +01:00
elocation examples/elocation: Remove unused config.h include 2015-01-09 18:25:42 +01:00
elua elua: remove testing elementary bindings 2014-10-10 13:04:35 +01:00
emotion autotools: Fixed 'make examples' and 'make examples-install' 2014-07-02 20:01:09 -03:00
eo eo: Fix example build problem with DSO. 2014-12-17 16:59:27 +09:00
eolian_cxx allow C++ user create new classes inheriting from Eolian generated Classes 2015-01-05 15:52:27 -02:00
ephysics autotools: Fixed 'make examples' and 'make examples-install' 2014-07-02 20:01:09 -03:00
ethumb_client autotools: Fixed 'make examples' and 'make examples-install' 2014-07-02 20:01:09 -03:00
evas evas/examples: just change file name. 2015-02-03 10:50:03 +09:00