cbor: Fix typedef struct naming for new CrOS Clang updates
New Clang update reports new warnings when C++ code provides anonymous typedef structs. The suggested solution is to either add a tag to the name or use C++-style struct. This patch fixes the warnings for the next toolchain update. Bug: 1068297 Test: Tested on Chrome OS Change-Id: I6863bc10d9094497b0d634ddee04891df8372906 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144413Reviewed-by:Nico Weber <thakis@chromium.org> Commit-Queue: Tiancong Wang <tcwang@google.com> Cr-Commit-Position: refs/heads/master@{#758025}
Showing
Please register or sign in to comment