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