Trivial patch, silence CC warnings

Started by Alvaro Herreraabout 21 years ago2 messagespatches
Jump to latest
#1Alvaro Herrera
alvherre@2ndquadrant.com

The function declaration is broken.

--
Alvaro Herrera (<alvherre[a]alvh.no-ip.org>)
"I dream about dreams about dreams", sang the nightingale
under the pale moon (Sandman)

Attachments:

aclchk.ctext/x-csrc; charset=us-asciiDownload+2-2
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Alvaro Herrera (#1)
Re: Trivial patch, silence CC warnings

Alvaro Herrera <alvherre@alvh.no-ip.org> writes:

#ifdef ACLDEBUG
! static
dumpacl(Acl *acl)
{
int			i;
--- 53,59 ----

#ifdef ACLDEBUG
! static void
dumpacl(Acl *acl)
{
int i;

Done, thanks.

regards, tom lane