eliminate compiler warnings

This commit is contained in:
David Rose 2003-10-02 01:00:53 +00:00
parent 1c7b384f65
commit cdcf1447e8

View File

@ -293,6 +293,9 @@ convert_maya(bool from_selection) {
all_ok = false;
}
break;
case AC_invalid:
break;
};
reparent_decals(&get_egg_data());
@ -414,7 +417,7 @@ convert_char_model() {
bool MayaToEggConverter::
convert_char_chan(double start_frame, double end_frame, double frame_inc,
double output_frame_rate) {
MStatus status;
// MStatus status;
EggTable *root_table_node = new EggTable();
get_egg_data().add_child(root_table_node);