Re: [Mesa-dev] [PATCH] Fix build with LLVM >= r145623.

2011-12-26 Thread Brian Paul
2011/12/26 Johannes Obermayr : > Am Dienstag, 20. Dezember 2011, 11:11:25 schrieb Michel > =?ISO-8859-1?Q?D=E4nzer?=: >> On Mon, 2011-12-19 at 23:11 +0100, Johannes Obermayr wrote: >> > This is a workaround for >> > https://bugs.freedesktop.org/show_bug.cgi?id=43861. >> > >> > Actually the issue

Re: [Mesa-dev] [PATCH] Fix build with LLVM >= r145623.

2011-12-26 Thread Johannes Obermayr
Am Dienstag, 20. Dezember 2011, 11:11:25 schrieb Michel =?ISO-8859-1?Q?D=E4nzer?=: > On Mon, 2011-12-19 at 23:11 +0100, Johannes Obermayr wrote: > > This is a workaround for https://bugs.freedesktop.org/show_bug.cgi?id=43861. > > > > Actually the issue which makes -pedantic failing should be sol

Re: [Mesa-dev] [PATCH] Fix build with LLVM >= r145623.

2011-12-20 Thread Michel Dänzer
On Mon, 2011-12-19 at 23:11 +0100, Johannes Obermayr wrote: > This is a workaround for https://bugs.freedesktop.org/show_bug.cgi?id=43861. > > Actually the issue which makes -pedantic failing should be solved. Maybe it should, but that's not for LLVM to enforce on its users. > --- > configure

Re: [Mesa-dev] [PATCH] Fix build with LLVM >= r145623.

2011-12-19 Thread Vinson Lee
> -Original Message- > > This is a workaround for > https://bugs.freedesktop.org/show_bug.cgi?id=43861. > > Actually the issue which makes -pedantic failing should be solved. > --- > configure.ac |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/configure.ac

[Mesa-dev] [PATCH] Fix build with LLVM >= r145623.

2011-12-19 Thread Johannes Obermayr
This is a workaround for https://bugs.freedesktop.org/show_bug.cgi?id=43861. Actually the issue which makes -pedantic failing should be solved. --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index a4943e1..8e809b9 100644 ---