1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Suppress trivial compiler warning.

This commit is contained in:
Tom Lane 2001-11-01 05:45:28 +00:00
parent fe61b6cc4a
commit 4877c59217

View File

@ -82,9 +82,9 @@ BSD44_derived_dlsym(void *handle, const char *name)
return NULL; return NULL;
#else #else
void *vp; void *vp;
#ifndef __ELF__
char buf[BUFSIZ]; char buf[BUFSIZ];
#ifndef __ELF__
if (*name != '_') if (*name != '_')
{ {
sprintf(buf, "_%s", name); sprintf(buf, "_%s", name);