commit | f1cff3972f600f2f916b98c255da25fc3042495c | [log] [tgz] |
---|---|---|
author | Brian Silverman <brian@peloton-tech.com> | Sun Oct 11 19:36:18 2015 -0400 |
committer | Brian Silverman <brian@peloton-tech.com> | Sun Oct 11 19:45:20 2015 -0400 |
tree | 63f1c9afd865579c153dc98918669e332f920cae | |
parent | 11030eb88dfb981d70f8ee36c89b38b3ff50205b [diff] [blame] |
Fix various little bugs and loosen up various warnings Change-Id: Iead48ac030290290c7c448b6f72a31380c2e8326
diff --git a/third_party/cddlib/BUILD b/third_party/cddlib/BUILD index 4d3f000..d197954 100644 --- a/third_party/cddlib/BUILD +++ b/third_party/cddlib/BUILD
@@ -18,4 +18,11 @@ hdrs = [ 'lib-src/cdd.h', ], + copts = [ + '-Wno-sometimes-uninitialized', + '-Wno-unused-parameter', + '-Wno-switch-enum', + '-Wno-empty-body', + '-Wno-sign-compare', + ], )