Explorar o código

Fix compier warning

Kim Kulling %!s(int64=3) %!d(string=hai) anos
pai
achega
58af6ba9db
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      code/PostProcessing/JoinVerticesProcess.cpp

+ 2 - 2
code/PostProcessing/JoinVerticesProcess.cpp

@@ -223,8 +223,8 @@ void updateXMeshVertices(XMesh *pMesh, std::vector<Vertex> &uniqueVertices) {
 // ------------------------------------------------------------------------------------------------
 // Unites identical vertices in the given mesh
 // combine hashes
-inline void hash_combine(std::size_t &seed) {
-    seed;
+inline void hash_combine(std::size_t &) {
+    // empty
 }
 
 template <typename T, typename... Rest>