diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-09-03 20:45:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-09-03 20:45:08 +0000 |
commit | f06dccb0fe9f0d33dc22be31a0a747a0148d48c1 (patch) | |
tree | f0439148988024e4717dc63e52b46e0800ec270e /sim/common/ChangeLog | |
parent | b14016f0b25bcd9e8d44998abb8e46372bbbcef5 (diff) | |
download | gdb-f06dccb0fe9f0d33dc22be31a0a747a0148d48c1.zip gdb-f06dccb0fe9f0d33dc22be31a0a747a0148d48c1.tar.gz gdb-f06dccb0fe9f0d33dc22be31a0a747a0148d48c1.tar.bz2 |
sim: mark complete_option_list args const to fix build warnings
The completion API was updated, but this func missed having its
text/word args const.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 19ee5c4..b2db9d5 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2013-09-03 Mike Stump <mikestump@comcast.net> + + * sim-options.c (complete_option_list): Mark text and word const. + 2013-06-28 Tom Tromey <tromey@redhat.com> * Make-common.in (version.c): Use version.in, not |