Re: [E-devel] [PATCH][Eina] Fix minor issues spotted by cppcheck

2012-10-03 Thread Cedric BAIL
Hi, On Thu, Oct 4, 2012 at 12:37 AM, Igor Murzov wrote: > Here are three patches for Eina: > > 01 Removes some unused variables. > 02 Fixes bad format strings in *printf() calls. > 03 Fixes typo and removes redundant duplicate code. Thanks in svn. -- Cedric BAIL -

[E-devel] [PATCH][Eina] Fix minor issues spotted by cppcheck

2012-10-03 Thread Igor Murzov
Hi list Here are three patches for Eina: 01 Removes some unused variables. 02 Fixes bad format strings in *printf() calls. 03 Fixes typo and removes redundant duplicate code. -- Igor Index: src/examples/eina_array_01.c === --