2
0
Эх сурвалжийг харах

Merge pull request #812 from tgoulart/fix_switch_warning

Fix warning when compiling using -Wswitch-enum
Kim Kulling 9 жил өмнө
parent
commit
e7c3a733b6

+ 3 - 0
include/assimp/metadata.h

@@ -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;