Bug 152043 - plotmtv-1.4.1-1016: local variable used before set
Summary: plotmtv-1.4.1-1016: local variable used before set
Status: RESOLVED WONTFIX
: 156967 (view as bug list)
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: unspecified
Hardware: All SuSE Linux 10.1
: P5 - None : Normal
Target Milestone: ---
Assignee: Michael Andres
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-18 12:34 UTC by David Binderman
Modified: 2007-01-26 21:16 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***