Attention needed from Owners Override and Roland McGrath
Ian McKellar has uploaded the change for review![Open in Gerrit]()
Ian McKellar would like Owners Override to review this change.
Commit message
[cpp][cleanup] Include cinttypes when appropriate
The cinttypes header gives you macros like PRIx32 that you can use to
make your printf strings theoretically more readable. The cstdint header
gives you standard integer types like uint32_t.
FIDL bindings include cinttypes, but don't actually use those printf
macros. I'd like to remove that include from the FIDL C++ bindings. But
there's code that uses the C++ FIDL bindings and the printf macros and
doesn't explicitly include cinttypes because they've always come for
free. This updates some of that code to explicitly have the include they
need.
Change-Id: I424a3614d535d737ae63e0498bdc2060d6a54464
Change information
Files:
- M src/connectivity/bluetooth/hci/vendor/intel/firmware_loader.cc
- M src/connectivity/bluetooth/hci/vendor/intel/vendor_hci.cc
- M src/connectivity/ethernet/drivers/usb-cdc-ecm/usb-cdc-ecm.cc
- M src/connectivity/ethernet/drivers/usb-cdc-function/usb-cdc-function.cc
- M src/devices/board/drivers/astro/post-init/post-init.cc
- M src/devices/board/drivers/astro/post-init/touch.cc
- M src/devices/board/drivers/nelson/post-init/post-init.cc
- M src/devices/lib/acpi/object.h
- M src/devices/lib/goldfish/pipe_io/pipe_io.cc
- M src/graphics/display/bin/display-test/main.cc
- M src/graphics/display/drivers/aml-canvas/board-resources.cc
- M src/graphics/display/drivers/intel-display/testing/fake-buffer-collection.cc
- M src/graphics/display/lib/api-types/cpp/pixel-format.h
- M src/graphics/drivers/misc/goldfish_control/device_local_heap.cc
- M src/storage/lib/paver/gpt.cc
- M src/storage/lib/paver/uefi.cc
- M src/ui/input/drivers/buttons/buttons.cc
- M src/ui/input/drivers/hidctl/hidctl.cc
- M src/ui/input/drivers/virtio/input_touch.cc
Change size: S
Delta: 19 files changed, 26 insertions(+), 0 deletions(-)
Open in GerritRelated details
Attention is currently required from:
- Owners Override
- Roland McGrath
Gerrit-MessageType: newchange
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: I424a3614d535d737ae63e0498bdc2060d6a54464
Gerrit-Change-Number: 1366162
Gerrit-PatchSet: 5
You received this message because you are subscribed to the Google Groups "owners-override" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
.