diff options
author | Lukas Rössler <[email protected]> | 2012-05-21 08:29:21 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-05-21 08:29:23 -0600 |
commit | 6178b653c766beeb8a6ad37134a6ee1a246a0c18 (patch) | |
tree | 869cf1fbd0cb050f81a3db1610c1dfd69e109734 /bin | |
parent | ed9d1bef81c9a5601f81d65ebbf30335c485a48e (diff) |
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 <[email protected]>
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions