aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-09-30 18:00:36 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-09-30 18:00:36 -0700
commita4688e23bd92fbed535b8e4fd2859b42641a8f3c (patch)
tree4162a004ef9acbc7544355da15361acc8eca85c4
parent818bcb7a7f8bd6c496c42e953ecc474dedd0096c (diff)
downloadcryptography-a4688e23bd92fbed535b8e4fd2859b42641a8f3c.tar.gz
cryptography-a4688e23bd92fbed535b8e4fd2859b42641a8f3c.tar.bz2
cryptography-a4688e23bd92fbed535b8e4fd2859b42641a8f3c.zip
Give up
-rw-r--r--cryptography/bindings/openssl/api.py9
1 files changed, 1 insertions, 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.