]> git.ipfire.org Git - thirdparty/util-linux.git/commit
column: fix compiler warning for non-widechar compilation
authorKarel Zak <kzak@redhat.com>
Thu, 20 Mar 2025 10:53:59 +0000 (11:53 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 20 Mar 2025 10:55:50 +0000 (11:55 +0100)
commit0e28ab361375036f62dbba9d589576d38f43f157
treecd067e6929e9e8fb5b1c08ad45269327185baf3b
parent724a8816aee21a18333c74b2fa8c2dae4d6d3e49
column: fix compiler warning for non-widechar compilation

text-utils/column.c: In function ‘ansi_esc_width’:
text-utils/column.c:212:17: warning: case label value exceeds maximum value for type [-Wswitch-outside-range]

Signed-off-by: Karel Zak <kzak@redhat.com>
text-utils/column.c