From a4688e23bd92fbed535b8e4fd2859b42641a8f3c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 30 Sep 2013 18:00:36 -0700 Subject: Give up --- cryptography/bindings/openssl/api.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/cryptography/bindings/openssl/api.py b/cryptography/bindings/openssl/api.py index 1dfae28d..a8cf545c 100644 --- a/cryptography/bindings/openssl/api.py +++ b/cryptography/bindings/openssl/api.py @@ -41,14 +41,7 @@ class API(object): extra_compile_args = [ # Be very loud about everything else - "-Wall", "-Werror", "-Weverything", - - "-Wno-unused-parameter", - "-Wno-unused-macros", - "-Wno-missing-prototypes", - "-Wno-missing-field-initializers", - "-Wno-unreachable-code", - "-Wno-padded", + "-Werror", "-Wconversion", ] if sys.platform == "darwin": # All of OpenSSL is deprecated on OS X, so we ignore this. -- cgit v1.2.3