Re: Missing void arguments in a couple of declarations

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Missing void arguments in a couple of declarations
Date: 2014-03-12 07:29:04
Message-ID: 53200CC0.2090105@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On 03/12/2014 06:27 AM, Michael Paquier wrote:
> Hi all,
>
> Some functions in psqlodbc.h and environ.h are missing some "void" in
> their arguments. I imagine that they should be fixed for correctness,
> so patch attached.

Thanks, pushed. I found & fixed a couple more cases of that, and also
changed the function definitions in .c files for consistency, even
though that's not strictly required for correctness AFAIK.

- Heikki

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Michael Paquier 2014-03-12 07:34:21 Re: Removing all whitespaces in ODBC code
Previous Message Heikki Linnakangas 2014-03-12 07:14:14 Re: Removing all whitespaces in ODBC code