diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-04-10 08:00:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-04-10 08:00:58 +0000 |
commit | 709b3bb3ceb26fe1aa3a552acbaa63f80cdf8185 (patch) | |
tree | 77ed5934843650ae920eaff4daee1f4832f1868a /sim/configure | |
parent | 3dd6860550ed99ae98766701eb29703c0fd3553e (diff) | |
download | gdb-709b3bb3ceb26fe1aa3a552acbaa63f80cdf8185.zip gdb-709b3bb3ceb26fe1aa3a552acbaa63f80cdf8185.tar.gz gdb-709b3bb3ceb26fe1aa3a552acbaa63f80cdf8185.tar.bz2 |
sim: constify save_data()
The local save_data() function takes a pointer to a buffer and only uses it as
the source to the memcpy() function. Since it is given const strings, GCC
likes to spit out warnings:
common/sim-trace.c: In function 'trace_prefix':
common/sim-trace.c:697: warning: passing argument 5 of 'save_data' discards
qualifiers from pointer target type
So I've committed this as obvious.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/configure')
0 files changed, 0 insertions, 0 deletions