[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
Sun Oct 3 02:51:14 UTC 2010
http://bugzilla.open-bio.org/show_bug.cgi?id=2608
mdehoon at ims.u-tokyo.ac.jp changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #2 from mdehoon at ims.u-tokyo.ac.jp 2010-10-02 22:51 EST -------
The problem here was the strdup is not an ANSI-C function, and its
implementation show differences between platforms. Replacing strdup removes the
need for unsigned chars.
--
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