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/
ecl-warnings.patch
Description: Binary data
------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________ Ecls-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ecls-list
