From: Tony Breeds Date: Tue, 10 Feb 2009 03:00:28 +0000 (+1100) Subject: Use explicit casts when dumping config data X-Git-Tag: yaboot-1.3.17~8 X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=commitdiff_plain;h=f82dc817c486c26448514b4ef82d49b34a80dd25;hp=f82dc817c486c26448514b4ef82d49b34a80dd25;ds=sidebyside Use explicit casts when dumping config data GCC pointes out that we're in a gray area second/cfg.c: In function ‘cfg_reset’: second/cfg.c:437: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘void *’ second/cfg.c:442: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘void *’ Signed-off-by: Tony Breeds ---