commit | 452f58eb4966de0d957e9314383cf490fcb69064 | [log] [tgz] |
---|---|---|
author | Stefan Weil <weil@mail.berlios.de> | Fri Apr 09 22:49:53 2010 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Wed Apr 14 01:04:03 2010 +0200 |
tree | 1d564cf1df54282021807fe78ebac3c694761e0a | |
parent | c8160fab31e7a27979196c338a305e7095dd8aea [diff] |
sparc: Fix compiler warning (fprintf format string) When argument checking is enabled, gcc throws this error: error: format not a string literal and no format arguments The patch rewrites the statement to satisfy the compiler. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>