Bug 3893 - rpcclient/cmd_spoolss.c: "needed", "offered" set but never used
Summary: rpcclient/cmd_spoolss.c: "needed", "offered" set but never used
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.23
Hardware: Other Other
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-28 14:27 UTC by Jason Mader (mail bounces back)
Modified: 2006-06-28 16:53 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) 2006-06-28 14:27:11 UTC
--- rpcclient/cmd_spoolss.o ---
cc-1552 c99: WARNING File = rpcclient/cmd_spoolss.c, Line = 1898
  The variable "needed" is set but never used.

        uint32 needed, offered, num_forms, level = 1, i;
               ^

cc-1552 c99: WARNING File = rpcclient/cmd_spoolss.c, Line = 1898
  The variable "offered" is set but never used.

        uint32 needed, offered, num_forms, level = 1, i;
                       ^

cc-1552 c99: WARNING File = rpcclient/cmd_spoolss.c, Line = 2153
  The variable "needed" is set but never used.

        uint32 needed, offered, level = 1, num_jobs, i;
               ^

cc-1552 c99: WARNING File = rpcclient/cmd_spoolss.c, Line = 2153
  The variable "offered" is set but never used.

        uint32 needed, offered, level = 1, num_jobs, i;
                       ^
Comment 1 Jeremy Allison 2006-06-28 16:53:00 UTC
Fixed thanks !
Jeremy.