Attention is currently required from: Arthur Heymans.

Thomas Heijligen uploaded patch set #4 to this change.

View Change

printf: Use inttype.h macros for format strings

DJGPP for compiling DOS has other sizes for the normal int types and
therefore throwing errors when using %i %d or %x with uint32_t.

Fix these warnings by using the macros created for it and provided in
inttypes.h.

Change-Id: Ia75b6df981ce60c891161fe553c7ceab8570178d
Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com>
---
M atavia.c
M board_enable.c
M cbtable.c
M chipset_enable.c
M cli_classic.c
M dummyflasher.c
M erasure_layout.c
M flashrom.c
M gfxnvidia.c
M ich_descriptors.c
M ichspi.c
M jedec.c
M layout.c
M mcp6x_spi.c
M nicintel_eeprom.c
M s25f.c
M satamv.c
M satasii.c
M sb600spi.c
M sfdp.c
M spi25.c
M spi95.c
22 files changed, 255 insertions(+), 238 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/40/73040/4

To view, visit change 73040. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Ia75b6df981ce60c891161fe553c7ceab8570178d
Gerrit-Change-Number: 73040
Gerrit-PatchSet: 4
Gerrit-Owner: Thomas Heijligen <src@posteo.de>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Attention: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-MessageType: newpatchset