commit | c57cd3c5ff1b4a69d4a96d5d7e6677a734069d49 | [log] [tgz] |
---|---|---|
author | Harry Cutts <hcutts@google.com> | Wed Apr 24 13:52:55 2024 +0000 |
committer | Harry Cutts <hcutts@google.com> | Wed Apr 24 13:55:21 2024 +0000 |
tree | e2af7764b7c87a16d6e6ac235d334100a48c14d3 | |
parent | 8be726605023df669359c4b5148cdc6bf874b34b [diff] |
input: fix -Wformat warnings These occur when an enum value is formatted as an integer without a cast. In all these cases the debug logs are nicer if we use the actual name of the enum value, so wrap them all in ftl::enum_string calls. Bug: 245989146 Test: Check there are no -Wformat warnings in the output of $ m checkinput Change-Id: I26333123e9fb445f1640c5e73757ddf4ad2d6e98