a72575d04e
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 '...'. |
||
---|---|---|
.. | ||
boolean.cpp | ||
curve.cpp | ||
merge.cpp | ||
ratpoly.cpp | ||
raycast.cpp | ||
surface.cpp | ||
surface.h | ||
surfinter.cpp | ||
triangulate.cpp |