OSDN Git Service

Suppress clang 7.0 warnings.
authorChih-Hung Hsieh <chh@google.com>
Tue, 16 Jan 2018 18:28:43 +0000 (10:28 -0800)
committerChih-Hung Hsieh <chh@google.com>
Wed, 21 Mar 2018 17:24:18 +0000 (10:24 -0700)
* Remove unrecognized -Wno-extended-offsetof.

Test: make checkbuild
Change-Id: I271ec44cfe947ed77e645b2bd619fdf739c16b0e

perfprofd/Android.bp
simpleperf/Android.bp

index 21ea30c..b25b174 100644 (file)
@@ -33,7 +33,6 @@ cc_defaults {
         "-Wno-nested-anon-types",
         "-Wno-gnu-statement-expression",
         "-Wno-vla-extension",
-        "-Wno-extended-offsetof",
     ],
     cppflags: [
         "-Wno-sign-compare",
index fafe269..8c48096 100644 (file)
@@ -33,7 +33,6 @@ cc_defaults {
         "-Wno-nested-anon-types",
         "-Wno-gnu-statement-expression",
         "-Wno-vla-extension",
-        "-Wno-extended-offsetof",
     ],
     cppflags: [
         "-Wno-sign-compare",