Fix warning when compiling using -Wswitch-enum

pull/812/head
Thiago Goulart 2016-03-02 00:07:17 -08:00
parent e9f47b08c5
commit 17f0e09bd1
1 changed files with 3 additions and 0 deletions

View File

@ -177,6 +177,9 @@ struct aiMetadata
case AI_AIVECTOR3D:
delete static_cast<aiVector3D*>(data);
break;
#ifndef SWIG
case FORCE_32BIT:
#endif
default:
assert(false);
break;