Bugzilla – Bug 157411
resample-1.7-118: local variable used before set
Last modified: 2006-03-13 14:10:31 UTC
I just tried to compile package resample-1.7-118 with the Intel C compiler. It said audio.c(2551): warning #592: variable "level" is used before its value is set The source code is sprintf(strbuf,"OSS version: %x.%x.%x\n",(level>>16)&0xff,(level>>8)&0xff,level&0xff); Suggest initialise local variable "level" before first use.
Thanks, submitted the fixed package.