commit | cf8847e3d39ee45e167897d6581383c4ff7dd9d2 | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Tue Feb 01 16:26:38 2022 -0800 |
committer | Ed Tanous <ed@tanous.net> | Wed Feb 02 20:34:27 2022 +0000 |
tree | 76b0861925ec45c6dd521926b7cb9d08bc61a58b | |
parent | 28945d48e3f1de6ffa6016ee5d5da79392426e92 [diff] |
Fix fmt violation The newest version of fmt enables more safety flags to ensure that no implicit casts are done by default. The line changed was trying to implicitly cast an enum. This commit makes this explicit with a static_cast. Tested: Code compiles against the latest subtree update. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I1eda57cf1bd2cbf3551f6c2d59660119ef713dbe