mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-02-21 13:20:36 +01:00
Merge "Suppress -Wimplicit-fallthrough."
This commit is contained in:
commit
8704782ffd
@ -22,6 +22,7 @@ cc_library_static {
|
|||||||
"-Wno-#warnings",
|
"-Wno-#warnings",
|
||||||
"-Wuninitialized",
|
"-Wuninitialized",
|
||||||
"-Wno-self-assign",
|
"-Wno-self-assign",
|
||||||
|
"-Wno-implicit-fallthrough",
|
||||||
],
|
],
|
||||||
sanitize: {
|
sanitize: {
|
||||||
misc_undefined:["unsigned-integer-overflow", "signed-integer-overflow"],
|
misc_undefined:["unsigned-integer-overflow", "signed-integer-overflow"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user