solvespace/src/srf
whitequark 29ad1acdfe Enable and mollify -Wunused-variable.
In my (whitequark's) experience this warning tends to expose
copy-paste errors with a high SNR, so making a few fragments
slightly less symmetric is worth it.

Also mollify -Wlogical-op-parentheses while we're at it.
2016-02-14 14:29:47 +00:00
..
boolean.cpp Enable and mollify -Wunused-variable. 2016-02-14 14:29:47 +00:00
curve.cpp Replace all ZERO and memset with C++11 brace-initialization. 2016-01-13 06:45:16 +00:00
merge.cpp Replace all ZERO and memset with C++11 brace-initialization. 2016-01-13 06:45:16 +00:00
ratpoly.cpp Use a separate value of chord tolerance for exporting. 2016-02-13 16:16:47 +00:00
raycast.cpp Replace all ZERO and memset with C++11 brace-initialization. 2016-01-13 06:45:16 +00:00
surface.cpp Generate primitives for lathe groups. 2016-01-13 06:45:17 +00:00
surface.h Improve Bezier to piecewise linear conversion. 2016-02-13 16:16:47 +00:00
surfinter.cpp Enable and mollify -Wunused-variable. 2016-02-14 14:29:47 +00:00
triangulate.cpp Use a separate value of chord tolerance for exporting. 2016-02-13 16:16:47 +00:00