mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-02-18 04:00:36 +01:00
Use -Werror in external/aac
Bug: 66996870 Test: build with WITH_TIDY=1 Exempt-From-Owner-Approval: Colin +2 should be the owner approval Change-Id: I167f73ee9dc5e977fd6976f48732ae1e1fe13c8b
This commit is contained in:
parent
32b8bd3dc9
commit
3e8a17c1c1
@ -12,6 +12,8 @@ cc_library_static {
|
|||||||
"libSBRenc/src/*.cpp",
|
"libSBRenc/src/*.cpp",
|
||||||
],
|
],
|
||||||
cflags: [
|
cflags: [
|
||||||
|
"-Werror",
|
||||||
|
"-Wno-constant-conversion",
|
||||||
"-Wno-sequence-point",
|
"-Wno-sequence-point",
|
||||||
"-Wno-extra",
|
"-Wno-extra",
|
||||||
"-Wno-#warnings",
|
"-Wno-#warnings",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user