[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Fix compiler warning

From: Senthil Kumaran S <senthil_at_collab.net>
Date: Tue, 19 Aug 2008 14:21:02 +0530

-----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-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org

Received on 2008-08-19 10:51:27 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.