Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33823 )
Change subject: src: Use standard <inttypes.h> ......................................................................
Patch Set 11:
(1 comment)
https://review.coreboot.org/c/coreboot/+/33823/11/src/include/inttypes.h File src/include/inttypes.h:
https://review.coreboot.org/c/coreboot/+/33823/11/src/include/inttypes.h@71 PS11, Line 71: #define PRIiFAST8 "i" /* int_fast8_t */ Same problem here that Nico pointed out for the scanning ones. Note that this doesn't actually matter because with the way varargs work on all our architectures (and the way it's implemented in vtxprintf()), it's effectively treated the same anyway (assuming you pass an argument of the right type).