Merge "Remove __STDC_FORMAT_MACROS." into main

This commit is contained in:
Elliott Hughes
2024-02-07 23:50:37 +00:00
committed by Gerrit Code Review

View File

@@ -27,9 +27,8 @@ var (
"-DWIN32_LEAN_AND_MEAN", "-DWIN32_LEAN_AND_MEAN",
"-Wno-unused-parameter", "-Wno-unused-parameter",
// Workaround differences in inttypes.h between host and target. // Workaround differences in <stdint.h> between host and target.
//See bug 12708004. // Context: http://b/12708004
"-D__STDC_FORMAT_MACROS",
"-D__STDC_CONSTANT_MACROS", "-D__STDC_CONSTANT_MACROS",
// Use C99-compliant printf functions (%zd). // Use C99-compliant printf functions (%zd).