Remove -Wno-user-defined-warnings.

Doesn't seem to be necessary.

Bug: http://b/134716967
Test: treehugger
Change-Id: I9617cf82c816ef072005f7baf2fceee9628313f5
This commit is contained in:
Elliott Hughes
2019-06-07 08:46:26 -07:00
parent c0fe0abfa0
commit 18ea3d2d5e

View File

@@ -20,7 +20,6 @@ cc_library_shared {
cflags: [ cflags: [
"-Wall", "-Wall",
"-Werror", "-Werror",
"-Wno-user-defined-warnings",
], ],
cppflags: [ cppflags: [
"-Weverything", "-Weverything",