commit | d14a68b6dc0cc01ddd4c1c7c5907b95c3938679c | [log] [tgz] |
---|---|---|
author | Stefan Weil <weil@mail.berlios.de> | Fri Apr 09 22:49:51 2010 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Wed Apr 14 01:04:02 2010 +0200 |
tree | c41103a006905bb6b0a2853c091d3c8788014770 | |
parent | 07b1a9da1767ac1481754e54cc46e45c953698e0 [diff] |
m68k: 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. It also removes a type cast which is not needed. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>