From: | ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Compiler warnings fix |
Date: | 2009-01-27 00:50:28 |
Message-ID: | 20090127094848.8F7D.52131E4D@oss.ntt.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> ITAGAKI Takahiro wrote:
> > Here is a patch to surpress compiler warnings in pg_locale.c and pg_regress.c.
> >
> > There are following warnings if nls is enabled:
> > pg_locale.c: In function `pg_perm_setlocale':
> > pg_locale.c:161: warning: assignment discards qualifiers from pointer target type
> > and if nls is disabled:
> > pg_locale.c:615: warning: 'IsoLocaleName' defined but not used
> >
> > There is also a warning in pg_regress.c:
> > pg_regress.c: In function `wait_for_tests':
> > pg_regress.c:1367: warning: passing arg 2 of `GetExitCodeProcess' from incompatible pointer type
>
> Which platform, which compiler, what configure options?
It is in mingw, gcc.exe (GCC) 3.4.5 (mingw-vista special r3).
There are same warning on vaquita in buildfarm.
http://www.pgbuildfarm.org/cgi-bin/show_stage_log.pl?nm=vaquita&dt=2009-01-26%20210011&stg=make
Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2009-01-27 00:56:14 | Re: [COMMITTERS] pgsql: Automatic view update rules Bernd Helmle |
Previous Message | Ron Mayer | 2009-01-27 00:31:48 | Re: 8.4 release planning |