1
1

OSHMEM: fix compiler warnings

fixed by Roman, reviewed by Miked

cmr=v1.8.2:reviewer=ompi-rm1.8

This commit was SVN r31880.
This commit is contained in:
Mike Dubman 2014-05-22 06:51:28 +00:00
parent ba211d97ef
commit 291bcaddf1
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ int main(void)
printf("%d/%d dst =", my_pe, num_pes);
for (i = 0; i < N; i+= 1) {
printf(" %d", dst[i]);
printf(" %ld", dst[i]);
}
printf("\n");

View File

@ -14,7 +14,7 @@
int main (int argc, char * argv[])
{
static int rbuf = -1;
int proc, nproc, next, prev;
int proc, nproc, next;
int message = 10;
start_pes(0);