gcc: Small fixes to compile with gcc 4.7
authorAndreas Hansson <andreas.hansson@arm.com>
Wed, 30 May 2012 09:31:48 +0000 (05:31 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Wed, 30 May 2012 09:31:48 +0000 (05:31 -0400)
commit1d520cda808704c98dea14f2cfd563b43f73c8d6
tree27d9ed779b49983e3639296c2d547eece606b625
parentb8cf48accc611a09314454d1573ee531f2770264
gcc: Small fixes to compile with gcc 4.7

This patch makes two very minor changes to please gcc 4.7. The
CopyData function no longer exists and this has been replaced. For
some reason previous versions of gcc did not complain on the const
char casting not having an implementation, but this is now addressed.
src/kern/linux/printk.cc
src/sim/arguments.hh