summaryrefslogtreecommitdiff
path: root/tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2019-01-30 08:32:57 -0800
committerAurimas Liutikas <aurimas@google.com>2019-01-30 08:32:57 -0800
commitab364fc3b6ab26ddf4f1b4a6bf01b64056a181ef (patch)
tree33e2040299ad0f39ab677a98f01334d97cc18a34 /tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
parent447919d2e5efdf907976e7d2b5f6860dc1400bf3 (diff)
Suppress -Wimplicit-fallthrough in aapt code
AaptAsssets intentinally falls through in a switch statement. This change adds [[fallthrough]]; to suppress this implicit fallthrough. frameworks/base/tools/aapt/AaptAssets.cpp:305:17: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] case 5: ^ frameworks/base/tools/aapt/AaptAssets.cpp:305:17: note: insert '[[fallthrough]];' to silence this warning case 5: ^ [[fallthrough]]; frameworks/base/tools/aapt/AaptAssets.cpp:305:17: note: insert 'break;' to avoid fall-through case 5: ^ break; Test: make -j aapt Change-Id: Ia9d2ca3b59eb804e20c6295791f6a19f0f5f63ab
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp')
0 files changed, 0 insertions, 0 deletions