Bug 152043

Summary: plotmtv-1.4.1-1016: local variable used before set
Product: [openSUSE] SUSE LINUX 10.0 Reporter: David Binderman <dcb314>
Component: BasesystemAssignee: Michael Andres <ma>
Status: RESOLVED WONTFIX QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: SuSE Linux 10.1   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description David Binderman 2006-02-18 12:34:14 UTC
I just tried to compile package plotmtv-1.4.1-1016 with the Intel C compiler.

It said

1.

annotate.c(807): warning #592: variable "an_prop" is used before its value is set

The source code is

	if (an_prop.linelabel) free((char *)an_prop.linelabel);

Suggest initialise local variable "an_prop" before first use.
Comment 1 Michael Andres 2007-01-26 21:15:43 UTC
The package is meanwhile dropped from the distro. Please consider using gnuplot.
Comment 2 Michael Andres 2007-01-26 21:16:01 UTC
*** Bug 156967 has been marked as a duplicate of this bug. ***