You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Senthil Kumaran S <se...@collab.net> on 2008/08/19 08:51:02 UTC

[PATCH] Fix compiler warning

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I am attaching a patch along with this email which fixes the following compiler
warnings,

<snip>
../subversion/libsvn_subr/checksum.c: In function 'svn_checksum_parse_hex':
../subversion/libsvn_subr/checksum.c:145: warning: implicit declaration of
function 'isxdigit'
../subversion/libsvn_subr/checksum.c:150: warning: implicit declaration of
function 'isalpha'
</snip>

[[[
Fix a compiler warning.

* subversion/libsvn_subr/checksum.c
  (): Fix compiler warning of 'implicit declaration of function' isxdigit
   and isalpha by including ctype header file.

Patch by: stylesen
]]]

Thank You.
- --
Senthil Kumaran S
http://www.stylesen.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD4DBQFIqol09o1G+2zNQDgRAt3FAJ9ASkfJhXlywdhJtrDEMTlBaGfh1wCWNngK
oDDcAYPMDBsMLmYwpJnWIQ==
=ujaR
-----END PGP SIGNATURE-----

Re: [PATCH] Fix compiler warning

Posted by Senthil Kumaran S <se...@collab.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kamesh Jayachandran wrote:
> +1

Committed in r32536.

Thank You.
- --
Senthil Kumaran S
http://www.stylesen.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIqpZv9o1G+2zNQDgRAjXSAKC0rMFb/3DO0bIUnuv7xClWDndnGQCgvMX1
LYGwpVF6E1kW1xcCD5k+3AA=
=Dn3R
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Fix compiler warning

Posted by Kamesh Jayachandran <ka...@collab.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

+1

With regards
Kamesh Jayachandran

Senthil Kumaran S wrote:
> Hi,
> 
> I am attaching a patch along with this email which fixes the following compiler
> warnings,
> 
> <snip>
> ../subversion/libsvn_subr/checksum.c: In function 'svn_checksum_parse_hex':
> ../subversion/libsvn_subr/checksum.c:145: warning: implicit declaration of
> function 'isxdigit'
> ../subversion/libsvn_subr/checksum.c:150: warning: implicit declaration of
> function 'isalpha'
> </snip>
> 
> [[[
> Fix a compiler warning.
> 
> * subversion/libsvn_subr/checksum.c
>   (): Fix compiler warning of 'implicit declaration of function' isxdigit
>    and isalpha by including ctype header file.
> 
> Patch by: stylesen
> ]]]
> 
> Thank You.

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

- ---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIqpEK3WHvyO0YTCwRAidkAJ0UfLhCa2DKot3+yV0GRW9Lji6ntgCfdtui
PTpRZ8ZRZyiGsoK5oRmoe5s=
=LoKR
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org