Explorar o código

Removed name of unreferenced local variable in catch block

Matthias Moulin %!s(int64=5) %!d(string=hai) anos
pai
achega
cc40963e1a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/FBX/FBXConverter.cpp

+ 1 - 1
code/FBX/FBXConverter.cpp

@@ -1564,7 +1564,7 @@ namespace Assimp {
 
                 bone_map.clear();
             }
-            catch (std::exception&e) {
+            catch (std::exception&) {
                 std::for_each(bones.begin(), bones.end(), Util::delete_fun<aiBone>());
                 throw;
             }