Bugzilla – Bug 155948
netpbm-10.26.22-6: local variable used before set
Last modified: 2006-03-24 10:43:31 UTC
I just tried to compile package netpbm-10.26.22-6 with the Intel C compiler. It said ximtoppm.c(59): warning #592: variable "opt" is used before its value is set The source code is optParseOptions3(&argc, argv, opt, sizeof(opt), 0); I agree with the compiler. Suggest initialise local variable "opt" before first use.
fixed