removed some useless warning
This commit is contained in:
parent
ed82effec9
commit
3850a66151
|
@ -208,7 +208,7 @@ namespace io {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static void Save(const SaveMeshType &m,char * filename){
|
static void Save(const SaveMeshType &m,const char * filename){
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
unsigned int vertSize,faceSize;
|
unsigned int vertSize,faceSize;
|
||||||
F() = fopen(filename,"wb");
|
F() = fopen(filename,"wb");
|
||||||
|
|
|
@ -194,7 +194,7 @@ namespace io {
|
||||||
*/
|
*/
|
||||||
template <class MeshType> struct K {
|
template <class MeshType> struct K {
|
||||||
template <int VoF>
|
template <int VoF>
|
||||||
static void AddAttrib(MeshType &m, const char * name, unsigned int s, void * data){
|
static void AddAttrib(MeshType &/*m*/, const char * /*name*/, unsigned int /*s*/, void * /*data*/){
|
||||||
// if yohu got this your attribute is larger than 1048576. Honestly...
|
// if yohu got this your attribute is larger than 1048576. Honestly...
|
||||||
assert(0);
|
assert(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue