Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 52f0142

Browse files
committed
Add a noreturn attribute to help static analyzers
1 parent ecb0d20 commit 52f0142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/fmgr/dfmgr.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ char *Dynamic_library_path;
6565

6666
static void *internal_load_library(const char *libname);
6767
static void incompatible_module_error(const char *libname,
68-
const Pg_magic_struct *module_magic_data);
68+
const Pg_magic_struct *module_magic_data) pg_attribute_noreturn();
6969
static void internal_unload_library(const char *libname);
7070
static bool file_exists(const char *name);
7171
static char *expand_dynamic_library_name(const char *name);

0 commit comments

Comments
 (0)