Mailinglist Archive: opensuse-bugs (10046 mails)
| < Previous | Next > |
[Bug 231223] New: imgSeek-0.8.5-57: local variable used before set
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 1 Jan 2007 12:34:12 -0700 (MST)
- Message-id: <bug-231223-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=231223
Summary: imgSeek-0.8.5-57: local variable used before set
Product: openSUSE 10.3
Version: unspecified
Platform: All
OS/Version: SuSE Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: dcb314@xxxxxxxxxxx
QAContact: qa@xxxxxxx
I just tried to compile package imgSeek-0.8.5-57
with the Intel C compiler.
The compiler said
imgSeekLib/jpegloader.cpp(91): warning #592: variable "cinfo" is used before
its value is set
The source code is
return cinfo;
I agree with the compiler. Suggest initialise local variable "cinfo"
before first use.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Summary: imgSeek-0.8.5-57: local variable used before set
Product: openSUSE 10.3
Version: unspecified
Platform: All
OS/Version: SuSE Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: dcb314@xxxxxxxxxxx
QAContact: qa@xxxxxxx
I just tried to compile package imgSeek-0.8.5-57
with the Intel C compiler.
The compiler said
imgSeekLib/jpegloader.cpp(91): warning #592: variable "cinfo" is used before
its value is set
The source code is
return cinfo;
I agree with the compiler. Suggest initialise local variable "cinfo"
before first use.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |