]> git.ozlabs.org Git - tonyb-yaboot.git/commit
Use explicit casts when dumping config data
authorTony Breeds <tony@bakeyournoodle.com>
Tue, 10 Feb 2009 03:00:28 +0000 (14:00 +1100)
committerTony Breeds <tony@bakeyournoodle.com>
Tue, 18 Oct 2011 04:11:10 +0000 (15:11 +1100)
commitf82dc817c486c26448514b4ef82d49b34a80dd25
tree9fe3221118e45f1d75095582fe97bd25d16be8ed
parent41d1d8adfe20e76de3af966fd9ec267fbedb5a5a
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 <tony@bakeyournoodle.com>
second/cfg.c