Give up
diff --git a/cryptography/bindings/openssl/api.py b/cryptography/bindings/openssl/api.py
index 1dfae28..a8cf545 100644
--- a/cryptography/bindings/openssl/api.py
+++ b/cryptography/bindings/openssl/api.py
@@ -41,14 +41,7 @@
 
         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.