Fix "make test-cp-name-parser"
authorPedro Alves <palves@redhat.com>
Wed, 8 Nov 2017 15:20:41 +0000 (15:20 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 8 Nov 2017 15:28:50 +0000 (15:28 +0000)
commit2a1dde5da23779fd0d269c3e51c7814aba9001dd
tree008a572b7d46ab2a2f9f021a2f95f0940cc1fc2c
parent2841837fac18861bb62e039a20321075d1e76248
Fix "make test-cp-name-parser"

src/gdb/cp-name-parser.y: In function ‘int main(int, char**)’:
src/gdb/cp-name-parser.y:2132:30: error: ISO C++ forbids converting a string constant to ‘char*’ [-Werror=write-strings]
   char *str2, *extra_chars = "", c;
                              ^

Simply don't initialize the variable, it's not necessary.

gdb/ChangeLog:
2017-11-08  Pedro Alves  <palves@redhat.com>

* cp-name-parser.y (main): Don't initialize extra_chars.
gdb/ChangeLog
gdb/cp-name-parser.y
This page took 0.025439 seconds and 4 git commands to generate.