Browse Source

Update utD3MFImportExport.cpp

Fix compiler warning: unused var.
Kim Kulling 7 years ago
parent
commit
20c817bc36
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/unit/utD3MFImportExport.cpp

+ 1 - 0
test/unit/utD3MFImportExport.cpp

@@ -91,6 +91,7 @@ TEST_F( utD3MFImporterExporter, roundtrip3MFtoMemTest ) {
 
     Assimp::Importer importer;
     const aiScene *scene = importer.ReadFile( ASSIMP_TEST_MODELS_DIR "test.3mf", 0 );
+    EXPECT_NE( nullptr, scene );
 }
 
 #endif // ASSIMP_BUILD_NO_EXPORT