summaryrefslogtreecommitdiff
path: root/libs/androidfw/Locale.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/androidfw/Locale.cpp')
-rw-r--r--libs/androidfw/Locale.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/androidfw/Locale.cpp b/libs/androidfw/Locale.cpp
index 2870066ccbba..3eedda88fdce 100644
--- a/libs/androidfw/Locale.cpp
+++ b/libs/androidfw/Locale.cpp
@@ -14,6 +14,7 @@
* limitations under the License.
*/
+#include "android-base/macros.h"
#include "androidfw/Locale.h"
#include "androidfw/Util.h"
@@ -162,6 +163,7 @@ bool LocaleValue::InitFromBcp47TagImpl(const StringPiece& bcp47tag, const char s
set_script(subtags[1].c_str());
break;
}
+ FALLTHROUGH_INTENDED;
case 5:
case 6:
case 7: