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)
*found += chw;
break;
case 0x7: // APC/OSC/OSC8-Links ends with BEL
+#ifdef HAVE_WIDECHAR
case 0x9c: // APC/DCS/DM ends with ST (String Terminator)
+#endif
break;
default:
*found += chw;