Bug 2984 - utils/pdbedit.c: Unused variables
Summary: utils/pdbedit.c: Unused variables
Status: CLOSED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.20
Hardware: All All
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-12 08:03 UTC by Jason Mader (mail bounces back)
Modified: 2005-08-24 10:16 UTC (History)
0 users

See Also:


Attachments
remove unused variables (1.79 KB, patch)
2005-08-12 08:05 UTC, Jason Mader (mail bounces back)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mader (mail bounces back) 2005-08-12 08:03:15 UTC
cc-1552 cc: WARNING File = utils/pdbedit.c, Line = 238
  The variable "ret" is set but never used.

        BOOL check, ret;
                    ^

cc-1552 cc: WARNING File = utils/pdbedit.c, Line = 267
  The variable "ret" is set but never used.

        BOOL check, ret;
                    ^

cc-1552 cc: WARNING File = utils/pdbedit.c, Line = 433
  The variable "nt_status" is set but never used.

        NTSTATUS nt_status;
                 ^
Comment 1 Jason Mader (mail bounces back) 2005-08-12 08:05:20 UTC
Created attachment 1369 [details]
remove unused variables
Comment 2 Tim Potter 2005-08-12 13:57:59 UTC
Your patch didn't compile (-: but I applied it anyway, after fixing of course.

Thanks!
Comment 3 Gerald (Jerry) Carter (dead mail address) 2005-08-24 10:16:57 UTC
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.