diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-03-13 09:56:11 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-03-13 09:56:11 +0000 |
commit | c54e623198e737c79ecfbd906bc5fa328e69a961 (patch) | |
tree | 9442e6bd94977c57ec15ab2d0394095a01ba3dd0 /identity/support/include/cppbor/cppbor.h | |
parent | baab1b3b43f07c5edfc7722c6581ac93222a517f (diff) | |
parent | ba76a9deb6c44611457a6b5d1d180b853ed4a942 (diff) |
Snap for 8293597 from ba76a9deb6c44611457a6b5d1d180b853ed4a942 to t-keystone-qcom-release
Change-Id: I8fcd8f64b379d8db0feec82897db4f1e9b88a4d8
Diffstat (limited to 'identity/support/include/cppbor/cppbor.h')
-rw-r--r-- | identity/support/include/cppbor/cppbor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/identity/support/include/cppbor/cppbor.h b/identity/support/include/cppbor/cppbor.h index a755db13a2..af5d82e8bd 100644 --- a/identity/support/include/cppbor/cppbor.h +++ b/identity/support/include/cppbor/cppbor.h @@ -274,7 +274,7 @@ class Nint : public Int { virtual std::unique_ptr<Item> clone() const override { return std::make_unique<Nint>(mValue); } private: - uint64_t addlInfo() const { return -1ll - mValue; } + uint64_t addlInfo() const { return -1LL - mValue; } int64_t mValue; }; |