Re: Complier warnings on mingw gcc 4.5.0

From: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
To: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Complier warnings on mingw gcc 4.5.0
Date: 2010-11-01 23:31:46
Message-ID: AANLkTi=FT1V0YUq_BiCD61mwpjnOwUF6GXQ-fcV6kxYN@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Nov 2, 2010 at 6:02 AM, Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp> wrote:
>> 1. warning: '<symbol>' redeclared without dllimport attribute:
>> previous dllimport ignored
>
> Is it safe to put back the patch you applied in
> http://archives.postgresql.org/pgsql-committers/2010-05/msg00338.php
> in the case __GNUC__ >=4?

Hmmm, I didn't test compiling with gcc version between 3.5 and 4.4.
Does anyone test them? If it works only on gcc 4.5, I'll also add
_GNUC_MINOR__ >= 5 for the check.

--
Itagaki Takahiro

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2010-11-01 23:43:35 Re: Complier warnings on mingw gcc 4.5.0
Previous Message Merlin Moncure 2010-11-01 23:07:56 Re: revision of todo: NULL for ROW variables