mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
38fc00669d
serialize.c: In function 'mc_serialize_str': serialize.c:116:34: error: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'size_t {aka long unsigned int}' [-Werror=format=] return g_strdup_printf ("%c%zd" SRLZ_DELIM_S "%s", prefix, strlen (data), data); ^ serialize.c:130:19: error: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'size_t {aka long unsigned int}' [-Werror=format=] #define FUNC_NAME "mc_serialize_str()" ^ serialize.c:175:22: note: in expansion of macro 'FUNC_NAME' FUNC_NAME ^~~~~~~~~ serialize.c:130:19: error: format '%zd' expects argument of type 'signed size_t', but argument 6 has type 'size_t {aka long unsigned int}' [-Werror=format=] #define FUNC_NAME "mc_serialize_str()" ^ serialize.c:175:22: note: in expansion of macro 'FUNC_NAME' FUNC_NAME ^~~~~~~~~ serialize.c: In function 'mc_deserialize_config': serialize.c:267:19: error: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'size_t {aka long unsigned int}' [-Werror=format=] #define FUNC_NAME "mc_deserialize_config()" ^ serialize.c:269:35: note: in expansion of macro 'FUNC_NAME' prepend_error_message (error, FUNC_NAME " at %zd", current_position + 1); \ ^~~~~~~~~ serialize.c:301:17: note: in expansion of macro 'prepend_error_and_exit' prepend_error_and_exit (); ^~~~~~~~~~~~~~~~~~~~~~ serialize.c:267:19: error: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'size_t {aka long unsigned int}' [-Werror=format=] #define FUNC_NAME "mc_deserialize_config()" ^ serialize.c:269:35: note: in expansion of macro 'FUNC_NAME' prepend_error_message (error, FUNC_NAME " at %zd", current_position + 1); \ ^~~~~~~~~ serialize.c:313:17: note: in expansion of macro 'prepend_error_and_exit' prepend_error_and_exit (); ^~~~~~~~~~~~~~~~~~~~~~ serialize.c:267:19: error: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'size_t {aka long unsigned int}' [-Werror=format=] #define FUNC_NAME "mc_deserialize_config()" ^ serialize.c:269:35: note: in expansion of macro 'FUNC_NAME' prepend_error_message (error, FUNC_NAME " at %zd", current_position + 1); \ ^~~~~~~~~ serialize.c:325:17: note: in expansion of macro 'prepend_error_and_exit' prepend_error_and_exit (); ^~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Andreas Mohr <and@gmx.li> Signed-off-by: Andrew Borodin <aborodin@vmail.ru> |
||
---|---|---|
.. | ||
event | ||
filehighlight | ||
mcconfig | ||
search | ||
skin | ||
strutil | ||
tty | ||
vfs | ||
widget | ||
charsets.c | ||
charsets.h | ||
event-types.h | ||
event.h | ||
filehighlight.h | ||
fileloc.h | ||
fs.h | ||
glibcompat.c | ||
glibcompat.h | ||
global.c | ||
global.h | ||
hook.c | ||
hook.h | ||
keybind.c | ||
keybind.h | ||
lock.c | ||
lock.h | ||
logging.c | ||
logging.h | ||
Makefile.am | ||
mcconfig.h | ||
search.h | ||
serialize.c | ||
serialize.h | ||
shell.c | ||
shell.h | ||
skin.h | ||
stat-size.h | ||
strescape.h | ||
strutil.h | ||
timefmt.c | ||
timefmt.h | ||
timer.c | ||
timer.h | ||
unixcompat.h | ||
util.c | ||
util.h | ||
utilunix.c | ||
utilunix.h | ||
widget.h |