Bug 3891 - utils/net_usershare.c: "access_str", "my_argv" set but never used
Summary: utils/net_usershare.c: "access_str", "my_argv" 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: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-28 14:24 UTC by Jason Mader (mail bounces back)
Modified: 2006-06-28 16:42 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:24:57 UTC
--- utils/net_usershare.o ---
cc-1552 c99: WARNING File = utils/net_usershare.c, Line = 371
  The variable "access_str" is set but never used.

                char access_str[2];
                     ^

cc-1552 c99: WARNING File = utils/net_usershare.c, Line = 765
  The variable "my_argv" is set but never used.

                const char *my_argv[2];
                            ^
Comment 1 Jeremy Allison 2006-06-28 16:42:18 UTC
Fixed thanks !
Jeremy.