Skip to content
Snippets Groups Projects
Commit 98398a3e authored by Lukas Rössler's avatar Lukas Rössler Committed by Brian Paul
Browse files

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: default avatarBrian Paul <brianp@vmware.com>
parent 89f3a504
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment