Commit 4877c592 authored by Tom Lane's avatar Tom Lane

Suppress trivial compiler warning.

parent fe61b6cc
...@@ -82,9 +82,9 @@ BSD44_derived_dlsym(void *handle, const char *name) ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment