build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33823 )
Change subject: src: Use standard <inttypes.h> ......................................................................
Patch Set 6:
(14 comments)
https://review.coreboot.org/#/c/33823/6/src/include/inttypes.h File src/include/inttypes.h:
https://review.coreboot.org/#/c/33823/6/src/include/inttypes.h@251 PS6, Line 251: __BEGIN_DECLS function definition argument 'intmax_t' should also have an identifier name
https://review.coreboot.org/#/c/33823/6/src/include/inttypes.h@253 PS6, Line 253: imaxdiv_t imaxdiv(intmax_t, intmax_t); function definition argument 'intmax_t' should also have an identifier name
https://review.coreboot.org/#/c/33823/6/src/include/inttypes.h@253 PS6, Line 253: imaxdiv_t imaxdiv(intmax_t, intmax_t); function definition argument 'intmax_t' should also have an identifier name
https://review.coreboot.org/#/c/33823/6/src/include/inttypes.h@254 PS6, Line 254: intmax_t strtoimax(const char *, char **, int); function definition argument 'const char *' should also have an identifier name
https://review.coreboot.org/#/c/33823/6/src/include/inttypes.h@254 PS6, Line 254: intmax_t strtoimax(const char *, char **, int); function definition argument 'char **' should also have an identifier name
https://review.coreboot.org/#/c/33823/6/src/include/inttypes.h@254 PS6, Line 254: intmax_t strtoimax(const char *, char **, int); function definition argument 'int' should also have an identifier name
https://review.coreboot.org/#/c/33823/6/src/include/inttypes.h@255 PS6, Line 255: uintmax_t strtoumax(const char *, char **, int); function definition argument 'const char *' should also have an identifier name
https://review.coreboot.org/#/c/33823/6/src/include/inttypes.h@255 PS6, Line 255: uintmax_t strtoumax(const char *, char **, int); function definition argument 'char **' should also have an identifier name
https://review.coreboot.org/#/c/33823/6/src/include/inttypes.h@255 PS6, Line 255: uintmax_t strtoumax(const char *, char **, int); function definition argument 'int' should also have an identifier name
https://review.coreboot.org/#/c/33823/6/src/include/inttypes.h@257 PS6, Line 257: intmax_t wcstoimax(const __wchar_t * __restrict, "foo * bar" should be "foo *bar"
https://review.coreboot.org/#/c/33823/6/src/include/inttypes.h@258 PS6, Line 258: __wchar_t ** __restrict, int); "foo ** bar" should be "foo **bar"
https://review.coreboot.org/#/c/33823/6/src/include/inttypes.h@259 PS6, Line 259: uintmax_t wcstoumax(const __wchar_t * __restrict, "foo * bar" should be "foo *bar"
https://review.coreboot.org/#/c/33823/6/src/include/inttypes.h@259 PS6, Line 259: uintmax_t wcstoumax(const __wchar_t * __restrict, function definition argument 'int' should also have an identifier name
https://review.coreboot.org/#/c/33823/6/src/include/inttypes.h@260 PS6, Line 260: __wchar_t ** __restrict, int); "foo ** bar" should be "foo **bar"