Fixed warnings of cppcheck
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@482 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -257,6 +257,7 @@ omlog() << "[OFFReader] : read ascii file\n";
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
std::cerr << "Error in file format (colorType = " << colorType << ")\n";
|
std::cerr << "Error in file format (colorType = " << colorType << ")\n";
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//perhaps read TEXTURE COORDs
|
//perhaps read TEXTURE COORDs
|
||||||
@@ -337,6 +338,7 @@ omlog() << "[OFFReader] : read ascii file\n";
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
std::cerr << "Error in file format (colorType = " << colorType << ")\n";
|
std::cerr << "Error in file format (colorType = " << colorType << ")\n";
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user