jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=31f37eb2a6f0d3b991eda7f03119445fba6bb739

commit 31f37eb2a6f0d3b991eda7f03119445fba6bb739
Author: Jean-Philippe Andre <[email protected]>
Date:   Tue Mar 31 15:11:00 2015 +0900

    elm_test: Fix compilation warnings
    
    Grrr, same const char thing as in naviframe...
---
 src/bin/test_map.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/test_map.c b/src/bin/test_map.c
index e091e87..c032e66 100644
--- a/src/bin/test_map.c
+++ b/src/bin/test_map.c
@@ -9,7 +9,7 @@
 
 typedef struct Overlay_Data
 {
-   const char file[PATH_MAX];
+   char file[PATH_MAX];
 } Overlay_Data;
 
 typedef struct Map_Source

-- 


Reply via email to