summaryrefslogtreecommitdiff
path: root/halimpl/utils/phNxpConfig.cpp
diff options
context:
space:
mode:
authornxf50051 <dinesh.ambati@nxp.com>2019-04-04 12:48:33 +0530
committernxf35421 <sangeetha.agarwal@nxp.com>2019-04-25 18:02:49 +0530
commit9b16a5368db0b84037fc62e1b847560ba48e4cf4 (patch)
tree218c34bf43fcfcd3ed8df84e5b3677dd4907437d /halimpl/utils/phNxpConfig.cpp
parentfd70cc7157f91fd7e6ec363cf01262b5a515c068 (diff)
Android Q Bringup (hardware/nxp/nfc)
C++ 17 compatibility issues are resolved in multiple MW repo - explicit FALLTHROUGH or [[fallthrough]] key added for fallthrough scenarios - removed register storage class as it is not supported
Diffstat (limited to 'halimpl/utils/phNxpConfig.cpp')
-rwxr-xr-xhalimpl/utils/phNxpConfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/halimpl/utils/phNxpConfig.cpp b/halimpl/utils/phNxpConfig.cpp
index ba36e50..956b2a2 100755
--- a/halimpl/utils/phNxpConfig.cpp
+++ b/halimpl/utils/phNxpConfig.cpp
@@ -361,7 +361,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)) {
numValue *= base;