diff options
author | Pedro Alves <palves@redhat.com> | 2015-03-16 11:28:23 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2015-03-16 11:36:00 +0000 |
commit | b1a921c8c6f9e3d033629f32473c6470c360b43f (patch) | |
tree | f6431481f899c5bf5546a1c787201edb0a1297bd /gdb/ChangeLog | |
parent | 876d1cd7b5899e7927e298a7f7344a0da48425a9 (diff) | |
download | gdb-b1a921c8c6f9e3d033629f32473c6470c360b43f.zip gdb-b1a921c8c6f9e3d033629f32473c6470c360b43f.tar.gz gdb-b1a921c8c6f9e3d033629f32473c6470c360b43f.tar.bz2 |
stub-termcap.c: prototype tputs's parameter's parameter, for C++ mode
src/gdb/stub-termcap.c: In function 'int tputs(char*, int, int (*)())':
src/gdb/stub-termcap.c:67:22: error: too many arguments to function
outfun (*string++);
^
gdb/ChangeLog:
2015-03-16 Pedro Alves <palves@redhat.com>
Yuanhui Zhang <asmwarrior@gmail.com>
* stub-termcap.c (tputs): Change prototype.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8828635..54cb0b2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2015-03-16 Pedro Alves <palves@redhat.com> + Yuanhui Zhang <asmwarrior@gmail.com> + + * stub-termcap.c (tputs): Change prototype. + 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com> Pedro Alves <palves@redhat.com> |