raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=600a1767f685623acaa70c00ff4fa5e09d1631f7

commit 600a1767f685623acaa70c00ff4fa5e09d1631f7
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Wed May 12 11:08:15 2021 +0100

    fnmatch - warning remove on arm
---
 src/static_libs/fnmatch/fnmatch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/static_libs/fnmatch/fnmatch.c 
b/src/static_libs/fnmatch/fnmatch.c
index c562a95cf6..5c1345538a 100644
--- a/src/static_libs/fnmatch/fnmatch.c
+++ b/src/static_libs/fnmatch/fnmatch.c
@@ -159,7 +159,7 @@ static int match_bracket(const char *p, int k, int kfold)
                        if (l < 0) return 0;
                        p += l-1;
                }
-               if (wc==k || wc==kfold) return !inv;
+               if (wc==(wchar_t)k || wc==(wchar_t)kfold) return !inv;
        }
        return inv;
 }

-- 


Reply via email to