Re: [Mesa-dev] [PATCH] Removed two Clang Warnings in GLU

2012-05-21 Thread Brian Paul
On 05/21/2012 05:14 AM, Lukas Rössler wrote: Hi, i hope this is the right place to send a small patch to. This patch removes two Clang warnings in GLU: The first one seems to be an actual bug in mapdesc.cc: Clang complains that sizeof(dest) will return the size of REAL*[MAXCOORDS], instead of t

[Mesa-dev] [PATCH] Removed two Clang Warnings in GLU

2012-05-21 Thread Lukas Rössler
Hi, i hope this is the right place to send a small patch to. This patch removes two Clang warnings in GLU: The first one seems to be an actual bug in mapdesc.cc: Clang complains that sizeof(dest) will return the size of REAL*[MAXCOORDS], instead of the intended REAL[MAXCOORDS][MAXCOORDS]. The