Re: GCC 4.4 compiler warnings - Mailing list pgsql-hackers

From Tom Lane
Subject Re: GCC 4.4 compiler warnings
Date
Msg-id 14394.1240759329@sss.pgh.pa.us
Whole thread Raw
In response to Re: GCC 4.4 compiler warnings  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
Responses Re: GCC 4.4 compiler warnings  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
List pgsql-hackers
Grzegorz Jaskiewicz <gj@pointblue.com.pl> writes:
> tab-complete.c:666: warning: implicit declaration of function  
> 'completion_matches'

Are you sure you have a real installation of readline?  OSX is
notorious for providing a bogus one, particularly in older
release series.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Grzegorz Jaskiewicz
Date:
Subject: Re: GCC 4.4 compiler warnings
Next
From: Tom Lane
Date:
Subject: Re: Patch to add support for text/int arrays for plpythonu