| From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: new gcc warning |
| Date: | 2016-09-01 16:29:51 |
| Message-ID: | CAFj8pRD1=NQZBuzqC0-4kSaiTmFe-4sUV6L+BnFK79edjBN+YA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
2016-09-01 14:31 GMT+02:00 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
> Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> writes:
> > I see a new warning in upstream
>
> > r/include/libxml2 -c -o path.o path.c
> > path.c: In function ‘has_drive_prefix’:
> > path.c:89:26: warning: self-comparison always evaluates to false
> > [-Wtautological-compare]
> > return skip_drive(path) != path;
> > ^~
>
> That should have gone away in commit a2fd62dd5. What version are
> you looking at?
>
>
I am checking 9.5 branch and I cannot to find this commit there
Regards
Pavel
> regards, tom lane
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2016-09-01 16:40:37 | Re: new gcc warning |
| Previous Message | Robert Haas | 2016-09-01 16:23:53 | Re: WAL consistency check facility |