Skip to content
Snippets Groups Projects
Commit 52514699 authored by Andrew Klossner's avatar Andrew Klossner Committed by Andrew Fleming-AFLEMING
Browse files

Fix printf errors under -DDEBUG


Fix printf format-string/arg mismatches under -DDEBUG.

These warnings occur with DEBUG defined for a platform using
cpu/mpc85xx.  Users of other architectures can unearth similar
problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
after "CFLAGS += $(call cc-option,-fno-stack-protector)".

Signed-off-by: default avatarAndrew Klossner <andrew@cesa.opbu.xerox.com>
Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>
parent e0ff3d35
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment