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

Commit113d25c

Browse files
committed
Change test ExceptionalCondition to return void
Commit8110728 changed it in assert.c, but overlooked this other file.
1 parentd54a94b commit113d25c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/backend/port/ipc_test.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ ProcessInterrupts(void)
113113
{
114114
}
115115

116-
int
116+
void
117117
ExceptionalCondition(constchar*conditionName,
118118
constchar*errorType,
119119
constchar*fileName,
@@ -123,7 +123,6 @@ ExceptionalCondition(const char *conditionName,
123123
errorType,conditionName,
124124
fileName,lineNumber);
125125
abort();
126-
return0;
127126
}
128127

129128

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp