efl/legacy/evas/src/lib/engines/common
Gustavo Sverzut Barbieri e37c1c7a0a cleanup: fix some "unused" errors from -Wextra.
As we're heading for a release we better remove as much errors as
possible and as the first step I'm removing warnings due unused
parameters, variables and functions. These tend to pollute real errors
spotted by -Wall and clang/llvm.

This does not fixes all, just the clear that could be set to
__UNUSED__, particularly to do (and I'd like some help from the
authors):

 * src/lib/engines/common/evas_font_{draw,query}.c (tasn):
   intl_props is just used while doing BIDI, but also used in other
   #ifdef blocks :-/

 * evas_map_* (raster):
   huge amount of warnings, code is quite confusing and thus I'm not
   touching it. I have no idea whenever the commented blocks or extra
   parameters are intended to be used or no.

 * src/modules/engines/fbevas_fb_main.c (raster?):
   is fb_setvt() to be used? If not do you mind removing it?

 * src/modules/engines/gl_{common,x11} (raster):
   huge amount of warnings, code is quite nested and full of #ifdefs
   that does not help to give a clear picture of what's going on.

 * src/bin/evas_cserve_main.c (raster):
   I could have ignored most of the errors, but is the code correct? I
   mean, there is no unload of images being applied. If you confirm
   none of those warnings are harmful I can flag them as unused.

 * src/lib/engines/common_8 (dottedmag):
   lots of unused functions that were acquired from common_16, they
   are unused and if they will not, then they should be removed.



SVN revision: 52421
2010-09-18 19:17:41 +00:00
..
evas_op_add FORMATTING 2010-08-04 16:57:32 +00:00
evas_op_blend FORMATTING 2010-08-04 16:57:32 +00:00
evas_op_copy FORMATTING 2010-08-04 16:57:32 +00:00
evas_op_mask FORMATTING 2010-08-04 16:57:32 +00:00
evas_op_mul FORMATTING 2010-08-04 16:57:32 +00:00
evas_op_sub FORMATTING 2010-08-04 16:57:32 +00:00
.cvsignore Ignore 2005-04-29 07:06:35 +00:00
Makefile.am * evas: remove gradient and gradient2. 2010-08-16 15:14:49 +00:00
evas_bidi_utils.c Evas bidi: Fixed docs. 2010-09-05 09:45:28 +00:00
evas_bidi_utils.h Evas bidi: Changed the design a bit so it'll be easy to implement async-rendering with it. 2010-09-01 13:15:04 +00:00
evas_blend.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_blend_main.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_blend_private.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_blit_main.c trying to clean up ccpcheck complaints - but this one is just stupid? 2010-08-22 23:00:47 +00:00
evas_convert_color.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_color.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_colorspace.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_colorspace.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_gry_1.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_gry_1.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_gry_4.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_gry_4.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_gry_8.c cleanup: fix some "unused" errors from -Wextra. 2010-09-18 19:17:41 +00:00
evas_convert_gry_8.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_grypal_6.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_grypal_6.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_main.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_main.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_rgb_8.c Evas: Fixed the compilation warning with sw8 engine. This is not just to beautify the compilation output (which is a good enough cause on it's own behalf), right shift with negative values is not defined in the standard which means everything can happen. 2010-08-10 07:36:23 +00:00
evas_convert_rgb_8.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_rgb_16.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_rgb_16.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_rgb_24.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_rgb_24.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_rgb_32.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_rgb_32.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_convert_yuv.c Fix common misspellings 2010-09-08 03:51:24 +00:00
evas_convert_yuv.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_cpu.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_draw.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_draw_main.c * evas: remove gradient and gradient2. 2010-08-16 15:14:49 +00:00
evas_encoding.c Evas: Fixed many compilation warnings. 2010-08-16 10:46:56 +00:00
evas_encoding.h Evas: Fixed many compilation warnings. 2010-08-16 10:46:56 +00:00
evas_font.h Evas font: removed old (already removed a long time ago) functions from evas_font.h. 2010-09-15 09:11:19 +00:00
evas_font_draw.c Fix common misspellings 2010-09-08 03:51:24 +00:00
evas_font_load.c cleanup: fix some "unused" errors from -Wextra. 2010-09-18 19:17:41 +00:00
evas_font_main.c Evas bidi: Changed the design a bit so it'll be easy to implement async-rendering with it. 2010-09-01 13:15:04 +00:00
evas_font_private.h Evas bidi: Changed the design a bit so it'll be easy to implement async-rendering with it. 2010-09-01 13:15:04 +00:00
evas_font_query.c Fix common misspellings 2010-09-08 03:51:24 +00:00
evas_image.h add ability to dump engine coontents (if engine supports it). this means 2010-04-12 08:23:53 +00:00
evas_image_data.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_image_load.c Fix common misspellings 2010-09-08 03:51:24 +00:00
evas_image_main.c Convert (hopefully) all comparisons to NULL 2010-08-21 13:52:25 +00:00
evas_image_private.h fix build of cserve with -fvisibility=hidden. 2009-05-02 15:53:48 +00:00
evas_image_save.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_image_scalecache.c Apply memset-calloc.cocci 2010-08-13 12:53:08 +00:00
evas_line.h * move line, polygon, rectangle API to their own files 2008-07-19 18:05:54 +00:00
evas_line_main.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_map_image.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_map_image.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_map_image_core.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_map_image_internal.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_map_image_loop.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_op_add_main_.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_op_blend_main_.c 1. a bunch of neon asm infra and some asm, but only the neon that works is 2009-03-26 07:14:08 +00:00
evas_op_copy_main_.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_op_mask_main_.c remove 'unused parameter' warning 2009-02-25 23:18:15 +00:00
evas_op_mul_main_.c remove 'unused parameter' warning 2009-02-25 23:18:15 +00:00
evas_op_sub_main_.c remove 'unused parameter' warning 2009-02-25 23:18:15 +00:00
evas_pipe.c fix async enabled evas on a single core system. 2010-09-04 04:12:46 +00:00
evas_pipe.h * evas: remove gradient and gradient2. 2010-08-16 15:14:49 +00:00
evas_polygon.h * evas: Make evas_object_move on Evas_Object_Polygon work. 2010-03-16 13:23:37 +00:00
evas_polygon_main.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_rectangle.h * move line, polygon, rectangle API to their own files 2008-07-19 18:05:54 +00:00
evas_rectangle_main.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_regionbuf.c Fix common misspellings 2010-09-08 03:51:24 +00:00
evas_scale_main.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_scale_main.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_scale_sample.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_scale_smooth.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_scale_smooth.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_scale_smooth_scaler.c Evas: Fixed many compilation warnings. 2010-08-16 10:46:56 +00:00
evas_scale_smooth_scaler_down.c * Evas: Remove allocation/free from the critical path. 2009-06-15 14:34:33 +00:00
evas_scale_smooth_scaler_downx.c remove tons of trailing spaces 2008-07-19 17:40:52 +00:00
evas_scale_smooth_scaler_downx_downy.c * Make RGBA_IMAGE_HAS_ALPHA and RGBA_IMAGE_ALPHA_SPARSE part of 2008-06-03 09:09:39 +00:00
evas_scale_smooth_scaler_downy.c remove tons of trailing spaces 2008-07-19 17:40:52 +00:00
evas_scale_smooth_scaler_noscale.c remove tons of trailing spaces 2008-07-19 17:40:52 +00:00
evas_scale_smooth_scaler_up.c * evas: Remove lot's of warning. 2009-12-21 15:52:12 +00:00
evas_scale_span.c FORMATTING 2010-08-04 16:57:32 +00:00
evas_scale_span.h FORMATTING 2010-08-04 16:57:32 +00:00
evas_tiler.c Fix common misspellings 2010-09-08 03:51:24 +00:00