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",
"-Wno-unused-parameter",
// Workaround differences in inttypes.h between host and target.
//See bug 12708004.
"-D__STDC_FORMAT_MACROS",
// Workaround differences in <stdint.h> between host and target.
// Context: http://b/12708004
"-D__STDC_CONSTANT_MACROS",
// Use C99-compliant printf functions (%zd).