diff options
author | Lalit Kansara <lkansara@codeaurora.org> | 2018-12-25 15:56:32 +0530 |
---|---|---|
committer | Lalit Kansara <lkansara@codeaurora.org> | 2018-12-25 15:56:32 +0530 |
commit | b61d31883158ff7ca0900b963decfeb369a8c71f (patch) | |
tree | 0c03f8219b9226a5b4f0a852729f66816d56f569 /halimpl/utils/phNxpConfig.cpp | |
parent | 771c44061dcdc7d7ec560014944b0fc54451964d (diff) |
Fix build error for a new SP
Add explicit fallthrough in switch statement
Change-Id: I59faff822d6289616650dbc359c4c558df59a797
Diffstat (limited to 'halimpl/utils/phNxpConfig.cpp')
-rw-r--r-- | halimpl/utils/phNxpConfig.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/halimpl/utils/phNxpConfig.cpp b/halimpl/utils/phNxpConfig.cpp index c529769..fdb4048 100644 --- a/halimpl/utils/phNxpConfig.cpp +++ b/halimpl/utils/phNxpConfig.cpp @@ -710,6 +710,7 @@ bool CNfcConfig::readConfig(const char* name, bool bResetContent) { break; } // fall through to numValue to handle numValue + [[fallthrough]]; case NUM_VALUE: if (isDigit(c, base)) { |