Fix build breakage from last commit (window-nat.c:windows_create_inferior)
authorSergio Durigan Junior <sergiodj@redhat.com>
Wed, 12 Apr 2017 05:16:50 +0000 (01:16 -0400)
committerSergio Durigan Junior <sergiodj@redhat.com>
Wed, 12 Apr 2017 05:16:50 +0000 (01:16 -0400)
commit5430098f1807e084fe4ff5057040d68435f3d8a2
tree33bf5c329812e506b2bbbdc12d6d4999861413e0
parent7c5ded6a00c4817d56cdf04fbc1969bc33b2a930
Fix build breakage from last commit (window-nat.c:windows_create_inferior)

Forgot to declare the variable 'toexec' (from
window-nat.c:windows_create_inferior) as 'const char *', which caused
a build breakage.

gdb/ChangeLog:
2017-04-12  Sergio Durigan Junior  <sergiodj@redhat.com>

* windows-nat.c (windows_create_inferior): Declare 'toexec' as
'const char *'.
gdb/ChangeLog
gdb/windows-nat.c
This page took 0.028421 seconds and 4 git commands to generate.