[Biopython-dev] [Bug 2608] Gcc "differ in signedness" warnings with trie.c
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Fri Oct 3 10:35:44 EDT 2008
http://bugzilla.open-bio.org/show_bug.cgi?id=2608
------- Comment #1 from biopython-bugzilla at maubp.freeserve.co.uk 2008-10-03 10:35 EST -------
Interestingly looking at the CVS history, in Bio/triemodule.c revision 1.5 it
looks like we used to have lots of "char *" casts/variables which were changed
to "unsigned char *" to solve complaints from the SGI cc compiler (the comment
doesn't say if these were warnings or errors).
http://cvs.biopython.org/cgi-bin/viewcvs/viewcvs.cgi/biopython/Bio/triemodule.c?cvsroot=biopython
We should probably be using whatever PyString_AS_STRING, PyExc_KeyError,
PyString_FromString etc use.
--
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Biopython-dev
mailing list