mpsutil: fix set but not used warning
MFC after: 1 week
This commit is contained in:
@@ -136,11 +136,9 @@ print_sgl(char *buf, int offset, int numframes)
|
|||||||
{
|
{
|
||||||
MPI2_SGE_SIMPLE64 *sge;
|
MPI2_SGE_SIMPLE64 *sge;
|
||||||
MPI2_SGE_CHAIN_UNION *sgc;
|
MPI2_SGE_CHAIN_UNION *sgc;
|
||||||
MPI2_REQUEST_HEADER *req;
|
|
||||||
u_int i = 0, flags;
|
u_int i = 0, flags;
|
||||||
char *frame, tmpbuf[128];
|
char *frame, tmpbuf[128];
|
||||||
|
|
||||||
req = (MPI2_REQUEST_HEADER *)buf;
|
|
||||||
frame = (char *)buf;
|
frame = (char *)buf;
|
||||||
sge = (MPI2_SGE_SIMPLE64 *)&frame[offset * 4];
|
sge = (MPI2_SGE_SIMPLE64 *)&frame[offset * 4];
|
||||||
printf("SGL for command\n");
|
printf("SGL for command\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user