Commit Graph

4 Commits

Author SHA1 Message Date
sjbaker
f1627677df Fixed over 500 compile warnings. Mostly:
* Unused variables.
* Missing newlines at ends of #included files.
* signed int loop variables where the termination condition is an unsigned 'get number of' function.
* 'NULL' used inappropriately for an integer or character constant (NULL is a pointer)
* abstract base classes with no virtual destructor.
* Floating point constants used to initialise integer variables.
2006-09-23 14:51:54 +00:00
ejcoumans
7392431860 some work on fcollada import 2006-05-27 01:24:08 +00:00
ejcoumans
95ea729454 don't merge if hulls are empty 2006-05-26 19:14:55 +00:00
ejcoumans
e0b28e6726 2006-05-26 05:54:21 +00:00