Bug 2466 - libsmb/clirap2.c: several variables set but never used
Summary: libsmb/clirap2.c: several variables set but never used
Status: RESOLVED WONTFIX
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: libsmbclient (show other bugs)
Version: 3.0.11
Hardware: All All
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-16 12:18 UTC by Jason Mader (mail bounces back)
Modified: 2005-03-22 08:43 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) 2005-03-16 12:18:27 UTC
Compiling libsmb/clirap2.c
cc-1552 cc: WARNING File = libsmb/clirap2.c, Line = 482
  The variable "converter" is set but never used.

        int i, converter, count;
               ^

cc-1552 cc: WARNING File = libsmb/clirap2.c, Line = 537
  The variable "converter" is set but never used.

        int i, converter, count;
               ^

cc-1552 cc: WARNING File = libsmb/clirap2.c, Line = 739
  The variable "pwage" is set but never used.

        int pwage, priv, flags;
            ^

cc-1552 cc: WARNING File = libsmb/clirap2.c, Line = 739
  The variable "priv" is set but never used.

        int pwage, priv, flags;
                   ^

cc-1552 cc: WARNING File = libsmb/clirap2.c, Line = 739
  The variable "flags" is set but never used.

        int pwage, priv, flags;
                         ^

cc-1552 cc: WARNING File = libsmb/clirap2.c, Line = 1352
  The variable "converter" is set but never used.

        int i, converter, count;
               ^

cc-1552 cc: WARNING File = libsmb/clirap2.c, Line = 1677
  The variable "converter" is set but never used.

        int i, converter, count;
               ^

cc-1552 cc: WARNING File = libsmb/clirap2.c, Line = 1822
  The variable "rsize" is set but never used.

        int rsize, converter;
            ^
Comment 1 Gerald (Jerry) Carter (dead mail address) 2005-03-22 08:43:21 UTC
I'm leaving these as is since they help to document the RAP calls.