examples/unsorted
Srivardhan Hebbar d0032ae571 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 ecore_avahi: remove useless printf. 2014-02-28 19:58:25 -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 tests: Added config.h to tests. 2014-07-18 18:55:56 -03:00
eio examples: Use EINA_UNUSED in examples to silence a ton of warning 2014-02-28 14:37:53 +01: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
emotion emotion: Use the GStreamer 1.x module instead of the 0.10 one in the border example application 2014-01-17 09:32:45 +01:00
eolian_cxx allow C++ user create new classes inheriting from Eolian generated Classes 2015-01-05 15:52:27 -02:00
ephysics Use key instead of keyname for considering setxkbmap 2014-01-04 13:25:21 +09:00
ethumb_client efl: add makefile.examples to each lib 2013-02-08 17:35:24 +00:00
evas evas/examples: just change file name. 2015-02-03 10:50:03 +09:00