sim: fix printf format warning about non-string literal
authorMike Frysinger <vapier@gentoo.org>
Tue, 30 Mar 2010 20:43:36 +0000 (20:43 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 30 Mar 2010 20:43:36 +0000 (20:43 +0000)
commitd946c2884d66f64c4b671bbed16283bcae3c5667
treee5c08a794069c9dd16c0d15fe0ff1c4fdf65b0db
parentff398ee4f38a388e9565a63458e90ff56aace188
sim: fix printf format warning about non-string literal

This is the normal "passing a buffer straight to printf makes GCC warn".
While we know this particular case is fine, the trend in this source tree
is to fix this anyways to avoid the warnings.
sim/common/ChangeLog
sim/common/sim-hw.c
sim/common/sim-utils.c
This page took 0.025826 seconds and 4 git commands to generate.