Skip to content
Snippets Groups Projects
Commit 4877c592 authored by Tom Lane's avatar Tom Lane
Browse files

Suppress trivial compiler warning.

parent fe61b6cc
No related branches found
No related tags found
No related merge requests found
......@@ -82,9 +82,9 @@ BSD44_derived_dlsym(void *handle, const char *name)
return NULL;
#else
void *vp;
#ifndef __ELF__
char buf[BUFSIZ];
#ifndef __ELF__
if (*name != '_')
{
sprintf(buf, "_%s", name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment