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

Commit52f0142

Browse files
committed
Add a noreturn attribute to help static analyzers
1 parentecb0d20 commit52f0142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/utils/fmgr/dfmgr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ char *Dynamic_library_path;
6565

6666
staticvoid*internal_load_library(constchar*libname);
6767
staticvoidincompatible_module_error(constchar*libname,
68-
constPg_magic_struct*module_magic_data);
68+
constPg_magic_struct*module_magic_data)pg_attribute_noreturn();
6969
staticvoidinternal_unload_library(constchar*libname);
7070
staticboolfile_exists(constchar*name);
7171
staticchar*expand_dynamic_library_name(constchar*name);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp