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

Commit4877c59

Browse files
committed
Suppress trivial compiler warning.
1 parentfe61b6c commit4877c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/port/dynloader/freebsd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ BSD44_derived_dlsym(void *handle, const char *name)
8282
returnNULL;
8383
#else
8484
void*vp;
85+
#ifndef__ELF__
8586
charbuf[BUFSIZ];
8687

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp