From 32ecb669c6b0c3b5eed25121f977d9bd9e983662 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 30 Sep 2013 18:09:24 -0700 Subject: Try without this --- cryptography/bindings/openssl/api.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cryptography/bindings/openssl/api.py b/cryptography/bindings/openssl/api.py index a8cf545c..f4e5ab3d 100644 --- a/cryptography/bindings/openssl/api.py +++ b/cryptography/bindings/openssl/api.py @@ -39,10 +39,8 @@ class API(object): self.ffi.cdef(module.FUNCTIONS) includes.append(module.INCLUDES) - extra_compile_args = [ - # Be very loud about everything else - "-Werror", "-Wconversion", - ] + # Be very loud about everything else + extra_compile_args = ["-Werror"] if sys.platform == "darwin": # All of OpenSSL is deprecated on OS X, so we ignore this. extra_compile_args.append("-Wno-deprecated") -- cgit v1.2.3