Re: compiler warning in libsmb/clireadwrite.c

2003-01-29 Thread Richard Sharpe
On Wed, 29 Jan 2003 [EMAIL PROTECTED] wrote: > On Tue, Jan 28, 2003 at 11:28:02PM -0800, Richard Sharpe wrote: > > > > Is there a portable way to isolate the upper 32 bits? > > Check out the #ifdef code in smbd/reply.c OK, I think we need to surround the two areas in the client lib with: #ifde

Re: compiler warning in libsmb/clireadwrite.c

2003-01-28 Thread jra
On Tue, Jan 28, 2003 at 11:28:02PM -0800, Richard Sharpe wrote: > > Is there a portable way to isolate the upper 32 bits? Check out the #ifdef code in smbd/reply.c Jeremy.

Re: compiler warning in libsmb/clireadwrite.c

2003-01-28 Thread Richard Sharpe
On Wed, 29 Jan 2003, Tim Potter wrote: > Er, should I be worried about this warning? > > libsmb/clireadwrite.c: In function `cli_issue_read': > libsmb/clireadwrite.c:54: warning: right shift count >= width of type > libsmb/clireadwrite.c: In function `cli_issue_write': > libsmb/clireadwrite.c:301

Re: compiler warning in libsmb/clireadwrite.c

2003-01-28 Thread jra
On Wed, Jan 29, 2003 at 04:44:06PM +1100, Tim Potter wrote: > Er, should I be worried about this warning? > > libsmb/clireadwrite.c: In function `cli_issue_read': > libsmb/clireadwrite.c:54: warning: right shift count >= width of type > libsmb/clireadwrite.c: In function `cli_issue_write': > libsm

compiler warning in libsmb/clireadwrite.c

2003-01-28 Thread Tim Potter
Er, should I be worried about this warning? libsmb/clireadwrite.c: In function `cli_issue_read': libsmb/clireadwrite.c:54: warning: right shift count >= width of type libsmb/clireadwrite.c: In function `cli_issue_write': libsmb/clireadwrite.c:301: warning: right shift count >= width of type It's