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 5:
(15 comments)
https://review.coreboot.org/#/c/33823/5/src/include/inttypes.h File src/include/inttypes.h:
https://review.coreboot.org/#/c/33823/5/src/include/inttypes.h@251 PS5, Line 251: __BEGIN_DECLS function definition argument 'intmax_t' should also have an identifier name
https://review.coreboot.org/#/c/33823/5/src/include/inttypes.h@253 PS5, 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/5/src/include/inttypes.h@253 PS5, 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/5/src/include/inttypes.h@254 PS5, 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/5/src/include/inttypes.h@254 PS5, 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/5/src/include/inttypes.h@254 PS5, 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/5/src/include/inttypes.h@255 PS5, 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/5/src/include/inttypes.h@255 PS5, 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/5/src/include/inttypes.h@255 PS5, 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/5/src/include/inttypes.h@256 PS5, Line 256: intmax_t wcstoimax(const __wchar_t * __restrict, "foo * bar" should be "foo *bar"
https://review.coreboot.org/#/c/33823/5/src/include/inttypes.h@256 PS5, Line 256: intmax_t wcstoimax(const __wchar_t * __restrict, function definition argument 'int' should also have an identifier name
https://review.coreboot.org/#/c/33823/5/src/include/inttypes.h@257 PS5, Line 257: __wchar_t ** __restrict, int); "foo ** bar" should be "foo **bar"
https://review.coreboot.org/#/c/33823/5/src/include/inttypes.h@258 PS5, Line 258: uintmax_t wcstoumax(const __wchar_t * __restrict, "foo * bar" should be "foo *bar"
https://review.coreboot.org/#/c/33823/5/src/include/inttypes.h@258 PS5, Line 258: uintmax_t wcstoumax(const __wchar_t * __restrict, function definition argument 'int' should also have an identifier name
https://review.coreboot.org/#/c/33823/5/src/include/inttypes.h@259 PS5, Line 259: __wchar_t ** __restrict, int); "foo ** bar" should be "foo **bar"