mirror of https://github.com/mstorsjo/fdk-aac.git
Merge "Suppress -Wimplicit-fallthrough." am: 8704782ffd
am: fa1ce53961
Change-Id: I17099cda4a919b28aab856fffbb843609bf56cf9
This commit is contained in:
commit
5caf4ae2e9
|
@ -22,6 +22,7 @@ cc_library_static {
|
|||
"-Wno-#warnings",
|
||||
"-Wuninitialized",
|
||||
"-Wno-self-assign",
|
||||
"-Wno-implicit-fallthrough",
|
||||
],
|
||||
sanitize: {
|
||||
misc_undefined:["unsigned-integer-overflow", "signed-integer-overflow"],
|
||||
|
|
Loading…
Reference in New Issue