aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej enczykowski <maze@google.com>2019-10-31 00:03:49 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-31 00:03:49 -0700
commit861c56b1422927e74292bb6dab30690dfed53db5 (patch)
tree147b52e09884218b050ca71b94d80255c2fe69c8
parentc96aec662c3ebbbb9a0666d7903b2e7a702b0eb0 (diff)
parentec59d5f2221067868868c5d07d7695821dcb9817 (diff)
downloadethtool-861c56b1422927e74292bb6dab30690dfed53db5.tar.gz
ethtool Android.bp - remove no longer needed compiler warning disablements am: ab360ada2bandroid-r-preview-4android-r-preview-3android-r-preview-2
am: ec59d5f222 Change-Id: I178a9499756f0cb427518230c70e79f01f898e23
-rw-r--r--Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index b08243a..6bbb05d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -36,9 +36,7 @@ cc_binary {
"vmxnet3.c",
],
cflags: [
- "-Wno-unused-parameter",
"-Wno-missing-field-initializers",
- "-Wno-pointer-arith",
"-DPACKAGE=\"ethtool\"",
"-DVERSION=\"5.3\"",
"-std=gnu11",