Fixed compiler warnings (unused variable)
[hashcat.git] / OpenCL / m02410_a3.cl
index 20edd68..8f12d1e 100644 (file)
@@ -165,7 +165,7 @@ static void m02410m (u32 w[16], const u32 pw_len, __global pw_t *pws, __global k
 
     const u32x w0 = w0l | w0r;
 
-    u32x tmp2;
+    //u32x tmp2;
 
     u32x a = MD5M_A;
     u32x b = MD5M_B;
@@ -406,7 +406,7 @@ static void m02410s (u32 w[16], const u32 pw_len, __global pw_t *pws, __global k
 
     const u32x w0 = w0l | w0r;
 
-    u32x tmp2;
+    //u32x tmp2;
 
     u32x a = MD5M_A;
     u32x b = MD5M_B;