On 08/06/2024 17:43, Takashi Yano wrote:
On Fri, 7 Jun 2024 17:37:24 +0100
Jon Turney wrote:
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.
../../../../winsu
On Fri, 7 Jun 2024 17:37:24 +0100
Jon Turney wrote:
> 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
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()':