1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-03-02 09:27:37 +01:00

Merge "Suppress -Wimplicit-fallthrough." am: 8704782ffd am: fa1ce53961

am: 5caf4ae2e9

Change-Id: I4cb5ea83912112ed458d538997a0e70ad967673b
This commit is contained in:
Chih-hung Hsieh 2018-09-05 10:11:59 -07:00 committed by android-build-merger
commit 1a7b548917

View File

@ -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"],