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

Commit 4877c59

Browse files
committed
Suppress trivial compiler warning.
1 parent fe61b6c commit 4877c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/port/dynloader/freebsd.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ BSD44_derived_dlsym(void *handle, const char *name)
8282
return NULL;
8383
#else
8484
void *vp;
85+
#ifndef __ELF__
8586
char buf[BUFSIZ];
8687

87-
#ifndef __ELF__
8888
if (*name != '_')
8989
{
9090
sprintf(buf, "_%s", name);

0 commit comments

Comments
 (0)