This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 20b23ee6c89b3c412f78017d777ca2d3d2937431


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  20b23ee6c89b3c412f78017d777ca2d3d2937431 (commit)
      from  342cc09114e3925c31de80910420f3b809f3923b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=20b23ee6c89b3c412f78017d777ca2d3d2937431

commit 20b23ee6c89b3c412f78017d777ca2d3d2937431
Author: Chen Gang <gang.chen.5i5j@gmail.com>
Date:   Sat Sep 20 11:50:14 2014 +0800

    readline/search.c: Remove useless parameter '0' for rl_message()
    
    The related warning under Darwin x86_64:
    
      gcc -c -DHAVE_CONFIG_H    -I. -I../../binutils-gdb/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 ../../binutils-gdb/readline/search.c
      ../../binutils-gdb/readline/search.c:213:24: warning: data argument not used by format string [-Wformat-extra-args]
        rl_message ("%s", p, 0);
                    ~~~~     ^
      1 warning generated.
    
    readline/ChangeLog.gdb:
    
    	* search.c (_rl_nsearch_init): Remove useless parameter '0' for
    	rl_message().
    
    Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>

-----------------------------------------------------------------------

Summary of changes:
 readline/ChangeLog.gdb |    6 ++++++
 readline/search.c      |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]