aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cryptography/bindings/openssl/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/bindings/openssl/api.py b/cryptography/bindings/openssl/api.py
index 6de5445d..1bb1f65c 100644
--- a/cryptography/bindings/openssl/api.py
+++ b/cryptography/bindings/openssl/api.py
@@ -41,7 +41,7 @@ class API(object):
extra_compile_args = [
# Be very loud about everything else
- "-Wall", "-Werror", "-Wpedantic", "-Wconversion"
+ "-Wall", "-Werror", "-Wconversion"
]
if sys.platform == "darwin":
# All of OpenSSL is deprecated on OS X, so we ignore this.