yoz pushed a commit to branch master. http://git.enlightenment.org/misc/entrance.git/commit/?id=ab1da1e98e25fc74d2710fbc5a438b4afe32c313
commit ab1da1e98e25fc74d2710fbc5a438b4afe32c313 Author: Michaƫl Bouchaud (yoz) <[email protected]> Date: Fri Feb 7 16:57:10 2014 +0100 entrance: and really fix this warnings --- src/daemon/entrance_action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/entrance_action.c b/src/daemon/entrance_action.c index 06296a1..a6a558c 100644 --- a/src/daemon/entrance_action.c +++ b/src/daemon/entrance_action.c @@ -166,7 +166,7 @@ _entrance_action_grub2(void *data) i = (size_t)data; snprintf(buf, sizeof(buf), - "grub-reboot %lu && %s", i, entrance_config->command.reboot); + "grub-reboot %lu && %s", (unsigned long int) i, entrance_config->command.reboot); _action_exe = ecore_exe_run(buf, NULL); } --
