]> 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>
Mon, 24 Mar 2025 13:51:36 +0000 (14:51 +0100)
commit5b237d26baf063009ad2e8bea930947b1153c5d9
tree3c22d6fb3058cbbbba6ec6ee296da3bee964fc44
parentf5e79a429ec331509ba55449b7fdeb3cba1bfc54
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>
(cherry picked from commit 0e28ab361375036f62dbba9d589576d38f43f157)
text-utils/column.c