mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2024-12-29 17:30:58 +01:00
Suppress -Wimplicit-fallthrough.
-Wimplicit-fallthrough will be enabled globally. Test: build with global -Wimplicit-fallthrough. Change-Id: I13b4402d9df23a888bdc80be4ce39cd5cd4cff7f
This commit is contained in:
parent
7027cd8748
commit
96ed252649
@ -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
Block a user