mesa/src/glu
Lukas Rössler 6178b653c7 glu: fix two Clang warnings
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 second one is just
cosmetic because Clang doesn't like extra parentheses.

NOTE: This is a candidate for the 8.0 branch

Reviewed-by: Brian Paul <brianp@vmware.com>
2012-05-21 08:29:23 -06:00
..
sgi glu: fix two Clang warnings 2012-05-21 08:29:23 -06:00
.gitignore mesa: Update ignores a bit 2008-09-19 12:43:47 +02:00
glu.pc.in Use variable library name in pkg-config output. 2009-04-29 12:15:07 -07:00
Makefile Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00