aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-09-30 17:52:23 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-09-30 17:52:23 -0700
commit6742ba8df7969ccc3fc7a2720269fdad4cf483da (patch)
treedf9c9a4a3a6c6f30447bffaeda34f7e491e7b8f6
parent85681a380776e62a140eb127a5dcd11de8d45af8 (diff)
downloadcryptography-6742ba8df7969ccc3fc7a2720269fdad4cf483da.tar.gz
cryptography-6742ba8df7969ccc3fc7a2720269fdad4cf483da.tar.bz2
cryptography-6742ba8df7969ccc3fc7a2720269fdad4cf483da.zip
A flag too far
-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.