Bugzilla – Bug 138291
dviutils-94.3.19-1008: local variable used before set
Last modified: 2005-12-13 16:39:19 UTC
I just tried to compile package dviutils-94.3.19-1008 with the Intel C compiler It said dvistuff.c(277): warning #592: variable "fname" is used before its value is set The source code is GripeCannotGetFont(p->paf_name, p->paf_DVIMag, p->paf_DVIDesignSize, dviPrintEngine, fname); I agree with the compiler. Suggest initialise local variable "fname" before first use. BTW, I tried to contact the author [ grunwald@colorado.edu ] but got no reply.
Fixed for next version