mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-27 19:53:36 +08:00
cppcheck: incorrect printf specifiers
This commit is contained in:
parent
839cd2a1c7
commit
034aaaa62b
|
@ -102,7 +102,7 @@ static void dump_node(indent_t node_indent, const parse_node_t &node, const wcst
|
||||||
nextc_str[1] = L'c';
|
nextc_str[1] = L'c';
|
||||||
nextc_str[2] = nextc + '@';
|
nextc_str[2] = nextc + '@';
|
||||||
}
|
}
|
||||||
fwprintf(stderr, L"{off %4d, len %4d, indent %2u, kw %ls, %ls} [%ls|%ls|%ls]\n",
|
fwprintf(stderr, L"{off %4u, len %4u, indent %2u, kw %ls, %ls} [%ls|%ls|%ls]\n",
|
||||||
node.source_start, node.source_length, node_indent, keyword_description(node.keyword),
|
node.source_start, node.source_length, node_indent, keyword_description(node.keyword),
|
||||||
token_type_description(node.type), prevc_str, source_txt.c_str(), nextc_str);
|
token_type_description(node.type), prevc_str, source_txt.c_str(), nextc_str);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user