Bug 162312 - is used uninitialized in this function
Summary: is used uninitialized in this function
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kdepim
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-07-02 09:47 UTC by David Binderman
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-07-04 16:49:59 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description David Binderman 2005-07-02 09:47:42 UTC
Description of problem:

I just tried to compile package kdepim-3.4.0-4 from Redhat
Fedora Core development tree with the gcc 4.0.0 compiler and
the compiler flag -Wall.

The compiler said

1.

icaldirset.c:394: warning: 'dt' is used uninitialized in this function

The source code is

    if (dt == 0){

I agree with the compiler. dt only gets assigned to in the previous for
loop. Suggest initialise dt at its declaration.



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Than Ngo 2005-07-04 16:49:59 UTC
it's now fixed in kdepim-3.4.1-2. Thanks for your report.


Note You need to log in before you can comment on or make changes to this bug.