Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit74e6d37

Browse files
committed
Silence compiler warning about uninitialized variable.
It is set correctly on the only path that uses it, but thecompiler can't know that.
1 parent8cca49d commit74e6d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/port/win32_latch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ WaitLatchOrSocket(volatile Latch *latch, int wakeEvents, SOCKET sock,
9898
HANDLEsockevent=WSA_INVALID_EVENT;
9999
intnumevents;
100100
intresult=0;
101-
intpmdeath_eventno;
101+
intpmdeath_eventno=0;
102102
longtimeout_ms;
103103

104104
Assert(wakeEvents!=0);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp