diff options
author | Andrey Smirnov <ndreys@sourceware.org> | 2011-12-17 06:09:54 +0000 |
---|---|---|
committer | Andrey Smirnov <ndreys@sourceware.org> | 2011-12-17 06:09:54 +0000 |
commit | 324478caa723baa5c1cca23cb284fa928982b326 (patch) | |
tree | 261bf0ab0bcb01b8c55d2894acf6c01583f3b936 /gdb/ChangeLog | |
parent | 54dc829719bc3d9d424d2196f811cdde3669cb2d (diff) | |
download | gdb-324478caa723baa5c1cca23cb284fa928982b326.zip gdb-324478caa723baa5c1cca23cb284fa928982b326.tar.gz gdb-324478caa723baa5c1cca23cb284fa928982b326.tar.bz2 |
* mi/mi-getopt.c (mi_getopt): Rename `optind' and `optarg' to
`oind' and `oarg', respectively(-Wshadow).
(mi_valid_noargs): Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cdc332a..c971109 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2011-12-16 Andrey Smirnov <andrew.smirnov@gmail.com> + * mi/mi-getopt.c (mi_getopt): Rename `optind' and `optarg' to + `oind' and `oarg', respectively(-Wshadow). + (mi_valid_noargs): Ditto. + +2011-12-16 Andrey Smirnov <andrew.smirnov@gmail.com> + * mi/mi-cmd-var.c (print_varobj): Rename `optind' and `optarg' to `oind' and `oarg', respectively(-Wshadow). |