Fix some clang compiler warnings
[hashcat.git] / src / oclHashcat.c
index 6390462..518e057 100644 (file)
@@ -12600,7 +12600,7 @@ int main (int argc, char **argv)
 
         for (uint i = 0; i < 32; i++)
         {
-          const uint opti_bit = 1 << i;
+          const uint opti_bit = 1u << i;
 
           if (opti_type & opti_bit) log_info ("* %s", stroptitype (opti_bit));
         }