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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy