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

Commit26471a5

Browse files
committed
Mark ReThrowError() with attribute noreturn
All related functions were already so marked.
1 parent0d2235a commit26471a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/utils/elog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ extern void EmitErrorReport(void);
331331
externErrorData*CopyErrorData(void);
332332
externvoidFreeErrorData(ErrorData*edata);
333333
externvoidFlushErrorState(void);
334-
externvoidReThrowError(ErrorData*edata);
334+
externvoidReThrowError(ErrorData*edata) __attribute__((noreturn));
335335
externvoidpg_re_throw(void) __attribute__((noreturn));
336336

337337
/* Hook for intercepting messages before they are sent to the server log */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp