src/gdb ChangeLog dictionary.c
brobecke@sourceware.org
brobecke@sourceware.org
Tue Oct 26 14:50:00 GMT 2010
CVSROOT: /cvs/src
Module name: src
Changes by: brobecke@sourceware.org 2010-10-26 14:50:14
Modified files:
gdb : ChangeLog dictionary.c
Log message:
avoid assignment inside if condition (dictionary.c)
This change gets rid of an ARI warning which was recently introduced
by one of our changes.
gdb/ChangeLog:
* dictionary.c (dict_hash): Move assignment out of if condition.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12277&r2=1.12278
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/dictionary.c.diff?cvsroot=src&r1=1.16&r2=1.17
More information about the Gdb-cvs
mailing list