This is the mail archive of the gdb-patches@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]

Re: [PATCH] sim/common/gentmap.c: Include "string.h".


On Fri, Feb 13, 2015 at 05:44:54AM +0800, Chen Gang S wrote:
> The related warnings:
> 
>   gcc ../../../binutils-gdb/sim/mcore/../common/gentmap.c -o gentmap -g -O -I. -I../../../binutils-gdb/sim/mcore -I../common -I../../../binutils-gdb/sim/mcore/../common -I../../include -I../../../binutils-gdb/sim/mcore/../../include -I../../bfd -I../../../binutils-gdb/sim/mcore/../../bfd -I../../opcodes -I../../../binutils-gdb/sim/mcore/../../opcodes
>   ../../../binutils-gdb/sim/mcore/../common/gentmap.c: In function âmainâ:
>   ../../../binutils-gdb/sim/mcore/../common/gentmap.c:119:7: warning: implicit declaration of function âstrcmpâ [-Wimplicit-function-declaration]
>      if (strcmp (argv[1], "-h") == 0)
>          ^
> 
> 2015-02-13  Chen Gang  <gang.chen.5i5j@gmail.com>
> 
> 	*  gentmap.c: Include "string.h".

OK to push.

Thank you,
-- 
Joel


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