Explorar o código

Add an unreachable line to make the compiler happy

Nick Mathewson %!s(int64=8) %!d(string=hai) anos
pai
achega
4ec0f8531e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/common/crypto.c

+ 1 - 0
src/common/crypto.c

@@ -1731,6 +1731,7 @@ crypto_digest_algorithm_get_length(digest_algorithm_t alg)
       return DIGEST512_LEN;
     default:
       tor_assert(0);
+      return 0; /* Unreachable */
   }
 }