commit | ad8d7e39d84712cefdc422598518ea1707a18d57 | [log] [tgz] |
---|---|---|
author | Seth Moore <sethmo@google.com> | Wed Feb 09 09:07:54 2022 -0800 |
committer | Seth Moore <sethmo@google.com> | Wed Feb 23 14:26:27 2022 -0800 |
tree | ecc4a39061368290038f7af5c883bf8b9df3de8e | |
parent | 5c4f570ba4616c7c9a8e1a4a506eb8ec3d83d37b [diff] |
Clean up some compiler warnings NOLINT was on the wrong line of code in remote_provisioning_utils.h C++14 does not appear to be fully supported everywhere that android_keymaster_messages.h is included, which results in build spam around the C++14 use of a constexpr function. Remove constexpr for now and just rely on the compiler to do the optimization. Test: keymaster_tests Change-Id: Id9db41700fbb796c823b90f686cc60095c6adc39