Bugzilla – Bug 145503
mhash-0.9.4a-3: dodgy code
Last modified: 2006-01-25 14:54:40 UTC
I just tried to compile package mhash-0.9.4a-3 with the Intel C compiler. It said stdfns.c(365): warning #187: use of "=" where "==" may have been intended The source code is if (src2 = NULL) I agree with the compiler. Suggest new code if (src2 == NULL) I also tried to email the author [ nmav@hellug.gr ] but it seems that this email address doesn't work.
fixed