1a9bc44127
`cmake -GNinja .. -DCMAKE_BUILD_TYPE=Release` fails without this patch, when building using MSVC 2013. MSVC will detect (in release builds only, it seems) that functions that call abort will never return, and then warn that any code after a call to one of them is unreachable. Since we treat warnings as errors when building, this breaks the build. While this is usually desirable, it isn't desirable in this case. Change-Id: Ie5f24b1beb60fd2b33582a2ceef4c378ad0678fb Reviewed-on: https://boringssl-review.googlesource.com/3960 Reviewed-by: Adam Langley <agl@google.com> |
||
---|---|---|
.. | ||
test | ||
aead_test.c | ||
aead.c | ||
cipher_test.c | ||
cipher.c | ||
CMakeLists.txt | ||
derive_key.c | ||
e_aes.c | ||
e_chacha20poly1305.c | ||
e_des.c | ||
e_null.c | ||
e_rc2.c | ||
e_rc4.c | ||
e_ssl3.c | ||
e_tls.c | ||
internal.h | ||
tls_cbc.c |