Bug 4585 - lib/replace/strptime.c: variables set but never used
Summary: lib/replace/strptime.c: variables set but never used
Status: RESOLVED DUPLICATE of bug 5122
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.25
Hardware: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-30 13:51 UTC by Jason Mader (mail bounces back)
Modified: 2007-12-05 14:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mader (mail bounces back) 2007-04-30 13:51:53 UTC
--- lib/replace/strptime.o ---
cc-1552 c99: WARNING File = lib/replace/strptime.c, Line = 255
  The variable "rp_backup" is set but never used.

    const char *rp_backup;
                ^

cc-1552 c99: WARNING File = lib/replace/strptime.c, Line = 267
  The variable "era" is set but never used.

    struct era_entry *era;
                      ^
Comment 1 Jason Mader (mail bounces back) 2007-05-17 14:53:08 UTC
This one is still in 3.0.25 release.
Comment 2 Jason Mader (mail bounces back) 2007-12-05 14:20:28 UTC

*** This bug has been marked as a duplicate of 5122 ***