Mailinglist Archive: opensuse-bugs (8034 mails)

< Previous Next >
[Bug 227456] New: libtomoe-gtk-0.1.0-35: local variable used before set
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Sun, 10 Dec 2006 05:13:20 -0700 (MST)
  • Message-id: <bug-227456-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=227456

Summary: libtomoe-gtk-0.1.0-35: 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 libtomoe-gtk-0.1.0-35

The compiler said

tomoe_window.c(203): warning #592: variable "window" is used before its value
is set

The source code is

static void
tomoe_window_dispose (GObject *object)
{
TomoeWindow *window = TOMOE_WINDOW (window);

Suggest new code

static void
tomoe_window_dispose (GObject *object)
{
TomoeWindow *window = TOMOE_WINDOW (object);


--
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 >