Fix various little bugs and loosen up various warnings
Change-Id: Iead48ac030290290c7c448b6f72a31380c2e8326
diff --git a/third_party/seasocks/BUILD b/third_party/seasocks/BUILD
index 57e0c01..9dc7c61 100644
--- a/third_party/seasocks/BUILD
+++ b/third_party/seasocks/BUILD
@@ -10,4 +10,12 @@
'src/main/internal/**/*',
]),
includes = ['src/main/c'],
+ copts = [
+ # TODO(Brian): Don't apply this to all of the code...
+ '-Wno-cast-align',
+
+ '-Wno-switch-enum',
+ '-Wno-format-nonliteral',
+ '-Wno-unused-parameter',
+ ],
)