mirror of https://github.com/mstorsjo/fdk-aac.git
Merge "Use -Werror in external/aac" am: f38aee2252
am: 82440fab16
am: 5a1868a64f
Change-Id: I4beb4b05f00077e1c7cbcc5ae197001c6251af09
This commit is contained in:
commit
858c2a7c6e
|
@ -13,6 +13,8 @@ cc_library_static {
|
|||
"libSBRenc/src/*.cpp",
|
||||
],
|
||||
cflags: [
|
||||
"-Werror",
|
||||
"-Wno-constant-conversion",
|
||||
"-Wno-sequence-point",
|
||||
"-Wno-extra",
|
||||
"-Wno-#warnings",
|
||||
|
|
Loading…
Reference in New Issue