diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2024-06-07 17:29:10 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2024-06-16 15:30:34 +0100 |
commit | 7e3c833592b282355a57dd34459b152e4e078d19 (patch) | |
tree | 4401be0b6a93d6f209f324d1e10c833c846ff8a5 /texinfo | |
parent | 1ed15161362b2eb5649b049b7ab0aaf8097bd43a (diff) | |
download | newlib-7e3c833592b282355a57dd34459b152e4e078d19.zip newlib-7e3c833592b282355a57dd34459b152e4e078d19.tar.gz newlib-7e3c833592b282355a57dd34459b152e4e078d19.tar.bz2 |
Cygwin: suppress a warning generated with w32api >= 12.0.0
w32api 12.0.0 adds the returns_twice attribute to RtlCaptureContext().
There's some data-flow interaction with using it inside a while loop
which causes a maybe-uninitialized warning.
../../../../winsup/cygwin/exceptions.cc: In member function 'int _cygtls::call_signal_handler()':
../../../../winsup/cygwin/exceptions.cc:1720:33: error: '<anonymous>' may be used uninitialized in this function [-Werror=maybe-uninitialized]
Diffstat (limited to 'texinfo')
0 files changed, 0 insertions, 0 deletions