summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
author David Duarte <licorne@google.com> 2023-09-10 00:23:48 +0000
committer David Duarte <licorne@google.com> 2023-09-10 03:14:06 +0000
commit32e42276053ce5e27cc0debaee65335339aa947b (patch)
tree002cd1504e1549179ef2f514fa9d85f677660671 /Android.bp
parenta368ac188ae967801c932c4848b62c7200107db4 (diff)
Remove -Wno-unused-parameter from bluetooth_cflags
Bug: 299772495 Test: mmm packages/modules/Bluetooth Change-Id: I71342aafd09d4e2799e320d9e68efdb51105f52c
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index aef08f38e9..9e7f818b54 100644
--- a/Android.bp
+++ b/Android.bp
@@ -73,8 +73,6 @@ cc_defaults {
"-Wall",
"-Werror",
"-Wextra",
- // there are too many unused parameters in all the code.
- "-Wno-unused-parameter",
],
c_std: "c99",
cpp_std: "c++17",