solvespace/srf
Daniel Richard G a72575d04e Use casts to bridge mismatches in integer-type sizes and signedness
The compiler gets nervous when we (for example) pass in a size_t as an int
parameter, or assign an int to a char, or assign -1 to an unsigned type. By
adding appropriate casts, we inform the compiler that, yes, we know what
we're doing.

This change also upgrades a va_arg() type from char to int, as char is
always promoted to int when passed through '...'.
2013-08-26 16:19:23 -04:00
..
boolean.cpp Use casts to bridge mismatches in integer-type sizes and signedness 2013-08-26 16:19:23 -04:00
curve.cpp Changes in preparation for the release of SolveSpace under the GPL, 2013-07-28 14:08:34 -08:00
merge.cpp Changes in preparation for the release of SolveSpace under the GPL, 2013-07-28 14:08:34 -08:00
ratpoly.cpp Quash "variable may be used uninitialized" warnings 2013-08-26 15:36:00 -04:00
raycast.cpp Quash "variable may be used uninitialized" warnings 2013-08-26 15:36:00 -04:00
surface.cpp Quash "variable may be used uninitialized" warnings 2013-08-26 15:36:00 -04:00
surface.h Changes in preparation for the release of SolveSpace under the GPL, 2013-07-28 14:08:34 -08:00
surfinter.cpp Use casts to bridge mismatches in integer-type sizes and signedness 2013-08-26 16:19:23 -04:00
triangulate.cpp Changes in preparation for the release of SolveSpace under the GPL, 2013-07-28 14:08:34 -08:00