mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
4f2079fec7
../../mc/edit/editcmd.c:2519:50: error: field precision should have type 'int', but argument has type 'gsize' (aka 'unsigned long') [-Wformat] match_expr = g_strdup_printf ("(^|\\s+|\\b)%.*s[^\\s\\.=\\+\\[\\]\\(\\)\\,\\;\\:\\\"\\'\\-\\?\\/\\|\\\\\\{\\}\\*\\&\\^\\%%\\$#@\\!]+", word_len, bufpos); ^ ~~~~~~~~ ../../mc/edit/editcmd.c:2700:38: error: field precision should have type 'int', but argument has type 'gsize' (aka 'unsigned long') [-Wformat] match_expr = g_strdup_printf ("%.*s", word_len, bufpos); ^ ~~~~~~~~ 2 diagnostics generated. make[2]: *** [editcmd.o] Error 1 make[2]: Target `all' not remade because of errors. ../../../mc/src/mcconfig/common.c:71:74: error: format string is not a string literal (potentially insecure) [-Wformat-security] g_propagate_error (error, g_error_new (mc_main_error_quark() ,0, strerror(errno))); ^~~~~~~~~~~~~~~ ../../../mc/src/mcconfig/common.c:83:74: error: format string is not a string literal (potentially insecure) [-Wformat-security] g_propagate_error (error, g_error_new (mc_main_error_quark() ,0, strerror(errno))); ^~~~~~~~~~~~~~~ 2 diagnostics generated. make[3]: *** [libmcconfig_la-common.lo] Error 1 make[3]: Target `all' not remade because of errors. ../../mc/src/main.c:2165:41: error: format string is not a string literal (potentially insecure) [-Wformat-security] message (D_ERROR, _("Warning"), error->message); ^~~~~~~~~~~~~~ 1 diagnostic generated. Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru> |
||
---|---|---|
.. | ||
.gitignore | ||
bookmark.c | ||
choosesyntax.c | ||
edit-impl.h | ||
edit-widget.h | ||
edit.c | ||
edit.h | ||
editcmd_dialogs.c | ||
editcmd_dialogs.h | ||
editcmd.c | ||
editdraw.c | ||
editkeys.c | ||
editlock.c | ||
editlock.h | ||
editmenu.c | ||
editoptions.c | ||
editwidget.c | ||
etags.c | ||
etags.h | ||
Makefile.am | ||
syntax.c | ||
wordproc.c |