harmless warnings
This commit is contained in:
parent
d38b6b4a32
commit
6deb1afce2
|
@ -89,7 +89,7 @@ void example2(){
|
||||||
z.addVector(a,b,c);
|
z.addVector(a,b,c);
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("Building %s from %d vectors...\n",fullMeshFilename, z.vectors().size() );
|
printf("Building %s from %lu vectors...\n",fullMeshFilename, z.vectors().size() );
|
||||||
|
|
||||||
MyMesh m;
|
MyMesh m;
|
||||||
z.createMesh(m);
|
z.createMesh(m);
|
||||||
|
@ -106,7 +106,7 @@ void example2(){
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char *argv[]){
|
int main(int , char **){
|
||||||
example1();
|
example1();
|
||||||
example2();
|
example2();
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue