Updates to SGI GLU code to get it to compile clean with the Open Watcom compiler.
authorKendall Bennett <KendallB@scitechsoft.com>
Tue, 14 Oct 2003 23:48:57 +0000 (23:48 +0000)
committerKendall Bennett <KendallB@scitechsoft.com>
Tue, 14 Oct 2003 23:48:57 +0000 (23:48 +0000)
commit596d57c42a24430e72e225c051270918d0b2e864
tree98b771dd11e637f88107682adb3797c4731b548d
parent9b77fb7dab3fd4e4a9228e5c0609cc494aa01211
Updates to SGI GLU code to get it to compile clean with the Open Watcom compiler.
Most of the changes were to get rid of warnings, but many of the warnings could
not be removed in the code so I also added #pragma's to disable the warnings.
Someone really should clean up this code, but I didn't want to mess with it
that much (and potentially break it).
18 files changed:
include/GL/glu.h
src/glu/sgi/include/gluos.h
src/glu/sgi/libnurbs/interface/bezierEval.cc
src/glu/sgi/libnurbs/interface/glrenderer.cc
src/glu/sgi/libnurbs/interface/glsurfeval.cc
src/glu/sgi/libnurbs/internals/arc.cc
src/glu/sgi/libnurbs/internals/basiccrveval.cc
src/glu/sgi/libnurbs/internals/basicsurfeval.cc
src/glu/sgi/libnurbs/internals/coveandtiler.cc
src/glu/sgi/libnurbs/internals/knotvector.cc
src/glu/sgi/libnurbs/nurbtess/directedLine.cc
src/glu/sgi/libnurbs/nurbtess/polyDBG.cc
src/glu/sgi/libtess/geom.h
src/glu/sgi/libtess/normal.c
src/glu/sgi/libtess/sweep.c
src/glu/sgi/libtess/tess.c
src/glu/sgi/libutil/mipmap.c
src/glu/sgi/libutil/quad.c