Remove unnecessary warning suppression from libdm.
Fixes: 110035986 Test: mma -j builds without errors or warnings Change-Id: Id00f844ad75c3ee2ebb9f47eebc7976bc40bdf59 Signed-off-by: Sandeep Patil <sspatil@google.com>
This commit is contained in:
parent
d1ff11b94a
commit
e9f8eb46e3
|
@ -20,10 +20,6 @@ cc_library_static {
|
|||
recovery_available: true,
|
||||
|
||||
export_include_dirs: ["include"],
|
||||
cflags: [
|
||||
// TODO(b/110035986): Allows us to create a skeleton of required classes
|
||||
"-Wno-unused-private-field",
|
||||
],
|
||||
|
||||
srcs: [
|
||||
"dm_table.cpp",
|
||||
|
|
Loading…
Reference in New Issue