rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=908d3d3d70e416976c9eb056a2e83156637a269e

commit 908d3d3d70e416976c9eb056a2e83156637a269e
Author: Vyacheslav Reutskiy <[email protected]>
Date:   Mon Dec 19 10:09:28 2016 +0200

    eflete: silence warning
    
    Change-Id: I3401f681c8ac3af729b0f65c284a9f4698368ff9
---
 src/bin/common/string_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/common/string_common.c b/src/bin/common/string_common.c
index 1c4cb51..edca669 100644
--- a/src/bin/common/string_common.c
+++ b/src/bin/common/string_common.c
@@ -103,7 +103,7 @@ string_backslash_insert(const char *str, char src)
 {
    assert(str != NULL);
    char *dst;
-   int i = 0, count = 1;
+   unsigned int i = 0, count = 1;
 
    for (i = 0; i < strlen(str); i++)
      if (str[i] == src)

-- 


Reply via email to