1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-02-19 20:40:36 +01:00

Merge "Suppress -Wimplicit-fallthrough."

This commit is contained in:
Chih-hung Hsieh 2018-09-05 16:30:42 +00:00 committed by Gerrit Code Review
commit 8704782ffd

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