[Ecls-list] Small warning patches

Jerry James loganjerry at gmail.com
Wed Aug 8 20:19:32 UTC 2012


Here's a small patch that fixes a handful of compiler warnings.  The
first hunk adds prototypes for some private gc functions that are used
in this file.  The second hunk fixes a typo in hash.d.  The third hunk
sets the value of interrupt_signal in all cases.  This variable is
used for comparison below, so in the else branch we want it set to a
value that will never match.  The fourth and fifth hunks just save a
little work by eliminating unused variables.  The last 2 hunks fix the
same typo.

Regards,
-- 
Jerry James
http://www.jamezone.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ecl-warnings.patch
Type: application/octet-stream
Size: 3091 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20120808/d2abd776/attachment.obj>


More information about the ecl-devel mailing list