4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-14 04:59:09 +08:00
Jon Turney f0c79f8ef7
Cygwin: Fix warning about narrowing conversions in tape options
Fix a gcc 12 warning about a narrowing conversion in case labels for
tape options.

> In file included from /wip/cygwin/src/winsup/cygwin/include/sys/mtio.h:14,
>                  from ../../../../src/winsup/cygwin/fhandler/tape.cc:13:
> ../../../../src/winsup/cygwin/fhandler/tape.cc: In member function ‘int mtinfo_drive::set_options(HANDLE, int32_t)’:
> ../../../../src/winsup/cygwin/fhandler/tape.cc:965:12: error: narrowing conversion of ‘4026531840’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]

Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
2024-08-06 15:17:48 +01:00
..
2022-08-22 14:53:30 +02:00
2024-03-19 23:21:35 +01:00
2022-08-19 15:51:49 +02:00
2022-10-28 16:26:53 +02:00