diff options
author | Brian Paul <[email protected]> | 2005-10-28 13:09:23 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-10-28 13:09:23 +0000 |
commit | ca33e211659b36449a5b91e47328ab5554a4c665 (patch) | |
tree | 80b4f58e7e164d74b65248ad1907abead1b0e086 /src/glu/sgi/libnurbs/internals/dataTransform.cc | |
parent | 5222c58a68d51da1bc7d552b74b5cf1a2f667ccd (diff) |
silence a bunch of compiler warnings
Diffstat (limited to 'src/glu/sgi/libnurbs/internals/dataTransform.cc')
-rw-r--r-- | src/glu/sgi/libnurbs/internals/dataTransform.cc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/glu/sgi/libnurbs/internals/dataTransform.cc b/src/glu/sgi/libnurbs/internals/dataTransform.cc index c7f9515cc04..822da022286 100644 --- a/src/glu/sgi/libnurbs/internals/dataTransform.cc +++ b/src/glu/sgi/libnurbs/internals/dataTransform.cc @@ -31,10 +31,10 @@ ** published by SGI, but has not been independently verified as being ** compliant with the OpenGL(R) version 1.2.1 Specification. ** -** $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $ +** $Date: 2005/10/28 13:09:23 $ $Revision: 1.2 $ */ /* -** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/internals/dataTransform.cc,v 1.1 2001/03/17 00:25:40 brianp Exp $ +** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/internals/dataTransform.cc,v 1.2 2005/10/28 13:09:23 brianp Exp $ */ #include <stdlib.h> @@ -47,6 +47,7 @@ extern directedLine* arcLoopToDLineLoop(Arc_ptr loop); +#if 0 // UNUSED static directedLine* copy_loop(Arc_ptr loop, Real2* vertArray, int& index, directedLine dline_buf[], sampledLine sline_buf[], int& index_dline) { directedLine *ret; @@ -95,7 +96,9 @@ static directedLine* copy_loop(Arc_ptr loop, Real2* vertArray, int& index, direc } return ret; } +#endif +#if 0 // UNUSED static int num_edges(Bin& bin) { int sum=0; @@ -103,6 +106,8 @@ static int num_edges(Bin& bin) sum += jarc->pwlArc->npts-1; return sum; } +#endif + /* directedLine* bin_to_DLineLoops(Bin& bin) { |