Allright, I think this one is clear. Compiler is cc (actually the cc alias of xlc) on AIX 5.2 Compiling libsmb/clireadwrite.c libsmb/clireadwrite.c: In function `cli_issue_read': libsmb/clireadwrite.c:54: warning: right shift count >= width of type libsmb/clireadwrite.c:54: warning: right shift count >= width of type libsmb/clireadwrite.c:54: warning: right shift count >= width of type 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 libsmb/clireadwrite.c:301: warning: right shift count >= width of type libsmb/clireadwrite.c:301: warning: right shift count >= width of type libsmb/clireadwrite.c:301: warning: right shift count >= width of type
Created attachment 1685 [details] add cast to silence warning. added cast to silence warning on bigoffset and large_writex.
Looks good - applied, thanks. Jeremy.