Cygwin: accommodate gcc -Og option
commit2a2a6486a089b90d05b258bd853d136f00cb7c69
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 14 Feb 2024 13:00:34 +0000 (14 14:00 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 14 Feb 2024 13:00:34 +0000 (14 14:00 +0100)
tree710a35e2cede9b5460040cfa26fec72d4778da13
parent4e77fa9b8bf4818ff90c013f7e7b2b0ac0b968c5
Cygwin: accommodate gcc -Og option

All three warnings produced with -Og are false positives.
But given we're using -Werror unconditionally it's better
to be safe than sorry.

Reported-by: Kevin Ushey <kevinushey@gmail.com>
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/fhandler/fifo.cc
winsup/cygwin/tty.cc
winsup/utils/kill.cc